From a511396c91995f91bca97bda4321958f9c94c73a Mon Sep 17 00:00:00 2001 From: logan2611 Date: Tue, 9 Jun 2020 15:41:03 -0600 Subject: [PATCH] Switched back to dmenu because I like it more Signed-off-by: logan2611 --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 3de3798..eeb722b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -48,8 +48,8 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -bindsym $mod+d exec jgmenu_run -#bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal" +#bindsym $mod+d exec jgmenu_run +bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#2c2e33' -nf '#cccccc' -sf '#ffffff' -sb '#4285f4'" --term="i3-sensible-terminal" # 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