aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/config
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-05-08 11:52:17 +0200
committerneodarz <neodarz@neodarz.net>2018-05-08 11:52:17 +0200
commitacf647136931d9b4e42360ed24275fc6f2ec26cc (patch)
tree821d004a7bcb1e2264edd3fa946cd07f12db0a10 /i3/.config/i3/config
parent899fe90d6742732279a2949fc1ce5b3430691a57 (diff)
downloaddotfiles_ascii-acf647136931d9b4e42360ed24275fc6f2ec26cc.tar.xz
dotfiles_ascii-acf647136931d9b4e42360ed24275fc6f2ec26cc.zip
Disable rofi zhs alias functions script for the moment
Diffstat (limited to 'i3/.config/i3/config')
-rw-r--r--i3/.config/i3/config3
1 files changed, 2 insertions, 1 deletions
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.