From 69a46f848f00f260d17b9be169e9e6433008e0db Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 24 Oct 2018 09:35:27 -0400 Subject: [PATCH] Use j4-dmenu-desktop instead of dmenu_run --- i3/config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/i3/config b/i3/config index b7fef45..b724a09 100644 --- a/i3/config +++ b/i3/config @@ -14,11 +14,7 @@ bindsym $mod+Return exec xfce4-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -# 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 j4-dmenu-desktop # change focus bindsym $mod+j focus left