From fb3808e33c85499387df0f18cd600e62a886c79b Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sun, 11 Oct 2020 12:02:51 +0200 Subject: [PATCH] patch dmenu --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 7e089ef..703580a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -58,7 +58,7 @@ bindsym $mod+Menu exec --no-startup-id firefox bindsym $mod+Shift+a kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec "dmenu_run -c -l 20 -sb '#ff0000'" # 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.