diff options
author | neodarz <neodarz@neodarz.net> | 2018-05-08 11:52:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-05-08 11:52:17 +0200 |
commit | acf647136931d9b4e42360ed24275fc6f2ec26cc (patch) | |
tree | 821d004a7bcb1e2264edd3fa946cd07f12db0a10 /i3/.config | |
parent | 899fe90d6742732279a2949fc1ce5b3430691a57 (diff) | |
download | dotfiles_ascii-acf647136931d9b4e42360ed24275fc6f2ec26cc.tar.xz dotfiles_ascii-acf647136931d9b4e42360ed24275fc6f2ec26cc.zip |
Disable rofi zhs alias functions script for the moment
Diffstat (limited to '')
-rw-r--r-- | i3/.config/i3/config | 3 |
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. |