Add back rofi-rbw-script to niri
This commit is contained in:
parent
379f9e6027
commit
b9163212a3
|
@ -66,6 +66,7 @@ let
|
|||
name = "rofi-rbw-script";
|
||||
runtimeInputs = with pkgs; [ rofi wtype rofi-rbw ];
|
||||
text = "rofi-rbw";
|
||||
meta.mainProgram = "rofi-rbw-script";
|
||||
};
|
||||
in
|
||||
with lib;
|
||||
|
|
|
@ -258,6 +258,7 @@ in
|
|||
"Mod+Space".action = spawn (lib.getExe pkgs.rofi) "-show" "drun";
|
||||
"Mod+R".action = sh app-menu;
|
||||
"Mod+Semicolon".action = spawn cfg.lock-command;
|
||||
"Mod+Shift+P".action = spawn "rofi-rbw-script";
|
||||
|
||||
# Audio and Volume
|
||||
"XF86AudioPrev" = { action = spawn playerctl "previous"; allow-when-locked = true; };
|
||||
|
|
Loading…
Reference in a new issue