diff options
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 62fd52a..a98c444 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -123,7 +123,8 @@ bindsym $WinKey+Return exec qterminal bindsym $WinKey+Shift+A kill # start dmenu (a program launcher) -bindsym $WinKey+d exec rofi -show run +#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 # 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. |