mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(i3): correctly call dmenu-randr
This commit is contained in:
@@ -306,7 +306,7 @@ in {
|
||||
"XF86AudioStop" = "exec ${pkgs.playerctl}/bin/playerctl stop";
|
||||
"XF86ScreenSaver" = "exec ${niveumPackages.k-lock}/bin/k-lock";
|
||||
|
||||
"XF86Display" = "exec ${niveumPackages.dmenu-randr}/bin/dmenurandr";
|
||||
"XF86Display" = "exec ${niveumPackages.dmenu-randr}/bin/dmenu-randr";
|
||||
|
||||
# key names detected with xorg.xev:
|
||||
# XF86WakeUp (fn twice)
|
||||
|
||||
Reference in New Issue
Block a user