patch dmenu

This commit is contained in:
Jean-Marie Mineau 2020-10-11 12:02:51 +02:00
parent 0cb5237707
commit fb3808e33c

View file

@ -58,7 +58,7 @@ bindsym $mod+Menu exec --no-startup-id firefox
bindsym $mod+Shift+a kill bindsym $mod+Shift+a kill
# start dmenu (a program launcher) # 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 # 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.