Add back rofi-rbw-script to niri

This commit is contained in:
Natsu Kagami 2025-01-17 11:22:55 +01:00
parent 379f9e6027
commit b9163212a3
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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; };