Fixed rofi-rbw to work with fuzzel instead

This commit is contained in:
Random936
2026-08-23 11:13:32 -04:00
parent 35a679865c
commit 63a58c0079
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
selector = fuzzel
clipboarder = wl-copy
typer = wtype
clear-after = 30
prompt = "🔑 "
action = copy
target = password
+2
View File
@@ -19,6 +19,7 @@
home.packages = with pkgs; [
rbw
wtype
rofi-rbw
wireguard-tools
];
@@ -28,5 +29,6 @@
".config/niri/config.kdl".source = ../assets/.config/niri/config.kdl;
".config/fuzzel/fuzzel.ini".source = ../assets/.config/fuzzel/fuzzel.ini;
".config/alacritty/alacritty.toml".source = ../assets/.config/alacritty/alacritty.toml;
".config/rofi-rbw.rc".source = ../assets/.config/rofi-rbw.rc;
};
}