From 68de6bbbd8562a8f7ac52997607423217a65a0b2 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 25 May 2020 17:53:26 +0200 Subject: [PATCH] [rofi] Use dropdown theme for more menu lists Make run menu, password list, and theme selection use the unified dropdown theme by default. --- sxhkd/.config/sxhkd/sxhkdrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3896a7f..da8d7f9 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -6,15 +6,15 @@ super + Return # open quick start menu super + space - exec rofi -show drun -theme /themes/dmenu + exec rofi -show drun -theme themes/dmenu # open more extensive run menu 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 super + p - exec rofi-gopass + exec rofi-gopass -theme themes/dropdown # open surfraw rofi frontend super + q @@ -32,7 +32,7 @@ super + BackSpace # quick-switching of theme using styler 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 # TODO: set up next song, previous song, pause, etc