[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.
This commit is contained in:
parent
9fb9bb39ee
commit
81ecb4dfb6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ super + x
|
||||||
|
|
||||||
# Open System Power Menu
|
# Open System Power Menu
|
||||||
super + BackSpace
|
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
|
# 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