From d2810a0587104140c4c1e864e1d53d1c977eb3f6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 16 Nov 2018 19:59:55 +0000 Subject: Change config to rofi completely --- i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit