i3: make dmenu green/black

This commit is contained in:
Robert Kmiec
2019-04-25 09:55:10 +02:00
parent ee5cc44290
commit b06f7798f2

View File

@@ -38,12 +38,12 @@ bindsym $mod+Return exec alacritty
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id dmenu_run -i bindsym $mod+d exec --no-startup-id dmenu_run -i -nb \#000000 -nf \#11ea11 -sb \#11ea11 -sf \#000000
bindsym $mod+ctrl+d exec passmenu --type bindsym $mod+ctrl+d exec passmenu --type -nb \#000000 -nf \#11ea11 -sb \#11ea11 -sf \#000000
# 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.
bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb \#000000 -nf \#11ea11 -sb \#11ea11 -sf \#000000"
# change focus # change focus
bindsym $mod+h focus left bindsym $mod+h focus left