aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i3/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/i3/config b/i3/config
index 19166d3..b05e9f0 100644
--- a/i3/config
+++ b/i3/config
@@ -36,7 +36,8 @@ bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
-bindsym $mod+d exec i3-dmenu-desktop
+bindsym $mod+d exec --no-startup-id rofi -show
+bindsym $mod+k exec --no-startup-id keepmenu
# 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.