Properly quote rofi call in i3 config

This commit is contained in:
Imran Virani
2021-01-27 16:06:29 -05:00
committed by Michael Stapelberg
parent b35be84131
commit 77d5bbb9b5
2 changed files with 2 additions and 2 deletions

@ -54,7 +54,7 @@ bindsym Mod1+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym Mod1+d exec --no-startup-id dmenu_run bindsym Mod1+d exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi: # A more modern dmenu replacement is rofi:
# bindsym Mod1+d exec rofi -modi drun,run -show drun # bindsym Mod1+d exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a # There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed. # .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop # bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop

@ -48,7 +48,7 @@ bindcode $mod+Shift+24 kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindcode $mod+40 exec --no-startup-id dmenu_run bindcode $mod+40 exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi: # A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec rofi -modi drun,run -show drun # bindcode $mod+40 exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a # There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed. # .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop