From 81ecb4dfb6837e0318c766c8571c3692398f7185 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 10 Sep 2019 23:47:50 +0200 Subject: [PATCH] [HACK] Add fix for sxhkd rofi menu HACK TODO: Added a hard-coded line to the rofi powermenu mode in .config. Should either point to an XDG compliant rofi-modes folder (.config/rofi-modi or smthg), or, ideally a specific directory in rofi configuration or scripts and rofi specific dirs. That depends on the rofi modi being seen primarily as scripts or as configuration of the operating procedure of rofi. --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index f34cf91..bf146a4 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -20,7 +20,7 @@ super + x # Open System Power Menu super + BackSpace - rofi -modi "powermenu:modes/powermenu" -show powermenu -theme themes/powermenu + rofi -modi "powermenu:~/.config/rofi/modes/powermenu" -show powermenu -theme themes/powermenu # enable function (/media) key functionality # TODO: set up next song, previous song, pause, etc