From acf647136931d9b4e42360ed24275fc6f2ec26cc Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Tue, 8 May 2018 11:52:17 +0200
Subject: Disable rofi zhs alias functions script for the moment

---
 i3/.config/i3/config | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 50ad408..f3f9d2b 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -131,7 +131,8 @@ bindsym $WinKey+Shift+A kill
 
 # start dmenu (a program launcher)
 #bindsym $WinKey+d exec rofi -show run
-bindsym $WinKey+d exec rofi -run-list-command ". ~/.scripts/zsh_aliases_functions.sh" -run-command "/bin/zsh -i -c '{cmd}'" -show run
+#bindsym $WinKey+d exec rofi -run-list-command ". ~/.scripts/zsh_aliases_functions.sh" -run-command "/bin/zsh -i -c '{cmd}'" -show run
+bindsym $WinKey+d exec rofi -show run
 # There also is the (new) i3-dmenu-desktop which only displays applications
 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
 # installed.
-- 
cgit v1.2.1