From 9738f5facce15d24e30c24e09864e7abe691a9fb Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 23 Sep 2020 18:38:31 -0500 Subject: [PATCH] Fixed an issue with dmenu/rofi --- i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 2314c48..d197230 100644 --- a/i3/config +++ b/i3/config @@ -36,11 +36,11 @@ bindsym $mod+Return exec termite bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec rofi -show run +#bindsym $mod+d exec dmenu # 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. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop + bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus bindsym $mod+h focus left