summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImran Virani <32938830+ImranVirani@users.noreply.github.com>2021-01-27 16:06:29 -0500
committerMichael Stapelberg <michael@stapelberg.de>2021-02-01 08:54:48 +0100
commit77d5bbb9b572b3e6680f2248b915594a7c06c435 (patch)
treeb13568b47f7fc80d35238b5a05415049c2ddd76f
parentb35be841316712aac048f3823560726691863986 (diff)
downloadi3-77d5bbb9b572b3e6680f2248b915594a7c06c435.tar.gz
i3-77d5bbb9b572b3e6680f2248b915594a7c06c435.zip
Properly quote rofi call in i3 config
-rw-r--r--etc/config2
-rw-r--r--etc/config.keycodes2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/config b/etc/config
index 19cb8c48..ce22fd3d 100644
--- a/etc/config
+++ b/etc/config
@@ -54,7 +54,7 @@ bindsym Mod1+Shift+q kill
# start dmenu (a program launcher)
bindsym Mod1+d exec --no-startup-id dmenu_run
# 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
# .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop
diff --git a/etc/config.keycodes b/etc/config.keycodes
index a02c0046..f76d5a71 100644
--- a/etc/config.keycodes
+++ b/etc/config.keycodes
@@ -48,7 +48,7 @@ bindcode $mod+Shift+24 kill
# start dmenu (a program launcher)
bindcode $mod+40 exec --no-startup-id dmenu_run
# 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
# .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop