diff options
author | neodarz <neodarz@neodarz.net> | 2017-11-03 09:51:23 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-11-03 09:51:23 +0100 |
commit | 6bc7f66d734d7465d9116c60c8ef2f18013aaf5a (patch) | |
tree | c9f9334f3edfcd3819d32ef1465e352c740e3c2f /i3/.config | |
parent | dcebecda15a51a81ae1af420451bec4376564dff (diff) | |
download | dotfiles_ascii-6bc7f66d734d7465d9116c60c8ef2f18013aaf5a.tar.xz dotfiles_ascii-6bc7f66d734d7465d9116c60c8ef2f18013aaf5a.zip |
Add zsh alias to rofi
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. |