added config dmenu_run, disable for default

This commit is contained in:
Jesús 2019-05-10 21:03:40 -05:00
parent 76b1e028a1
commit f7acd4985d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

2
config
View File

@ -38,6 +38,8 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
# bindsym $mod+d exec dmenu_run # bindsym $mod+d exec dmenu_run
# bindsym $mod+d exec dmenu_run -p Menu: -l 3 -nb "#212121" -nf "#BDBDBD" -sf "#FFFF00" -fn Hack
# Rofi menu
bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -terminal termite -color-window '#002B36, #002B36, #6C71C4' -color-normal '#002B36, #CACCD1, #002B36, #6C71C4, #FDF6E3' -color-active '#6C71C4, #FDF6E3, #6C71C4, #6C71C4, #FDF6E3' -font 'Noto Sans 12'" bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -terminal termite -color-window '#002B36, #002B36, #6C71C4' -color-normal '#002B36, #CACCD1, #002B36, #6C71C4, #FDF6E3' -color-active '#6C71C4, #FDF6E3, #6C71C4, #6C71C4, #FDF6E3' -font 'Noto Sans 12'"
# 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