[rofi] Use dropdown theme for more menu lists
Make run menu, password list, and theme selection use the unified dropdown theme by default.
This commit is contained in:
parent
0e513c04d0
commit
68de6bbbd8
1 changed files with 4 additions and 4 deletions
|
@ -6,15 +6,15 @@ super + Return
|
||||||
|
|
||||||
# open quick start menu
|
# open quick start menu
|
||||||
super + space
|
super + space
|
||||||
exec rofi -show drun -theme /themes/dmenu
|
exec rofi -show drun -theme themes/dmenu
|
||||||
|
|
||||||
# open more extensive run menu
|
# open more extensive run menu
|
||||||
super + r
|
super + r
|
||||||
exec rofi -modi combi,ssh,calc -show combi -combi-modi "window,clipboard:greenclip print,run"
|
exec rofi -modi combi,ssh,calc -show combi -combi-modi "window,clipboard:greenclip print,run" -theme themes/dropdown
|
||||||
|
|
||||||
# open gopass frontend menu
|
# open gopass frontend menu
|
||||||
super + p
|
super + p
|
||||||
exec rofi-gopass
|
exec rofi-gopass -theme themes/dropdown
|
||||||
|
|
||||||
# open surfraw rofi frontend
|
# open surfraw rofi frontend
|
||||||
super + q
|
super + q
|
||||||
|
@ -32,7 +32,7 @@ super + BackSpace
|
||||||
|
|
||||||
# quick-switching of theme using styler
|
# quick-switching of theme using styler
|
||||||
super + F8
|
super + F8
|
||||||
styler set $(styler list themes | rofi -dmenu -theme /themes/dmenu -matching fuzzy)
|
styler set $(styler list themes | rofi -dmenu -theme /themes/dropdown -matching fuzzy)
|
||||||
|
|
||||||
# enable function (/media) key functionality
|
# enable function (/media) key functionality
|
||||||
# TODO: set up next song, previous song, pause, etc
|
# TODO: set up next song, previous song, pause, etc
|
||||||
|
|
Loading…
Reference in a new issue