aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-16 19:59:55 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-16 19:59:55 +0000
commitd2810a0587104140c4c1e864e1d53d1c977eb3f6 (patch)
tree678df467e59b5248b6f5ca54c963d171f95a6468
parent0a9901f7680f4b93d05a48ba5d52c4048fb06b0a (diff)
downloaddotfiles-d2810a0587104140c4c1e864e1d53d1c977eb3f6.tar.gz
dotfiles-d2810a0587104140c4c1e864e1d53d1c977eb3f6.zip
Change config to rofi completely
-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.