infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 6f1aba268fa1f3fd4bb67dea03b98cbdb1d14b8c
parent c7a483a2083fb0a508f110f6d91e985bebbbd507
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sun, 10 May 2026 11:45:15 +0200

feat: improve rbw password search support

Diffstat:
Mhosts/gaia/configuration.nix | 2+-
Mhosts/gaia/hyprland.nix | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -343,7 +343,7 @@ programs.bash = { interactiveShellInit = '' bws() { - rbw search $1 | fzf | xargs -I _ rbw get -c _ + rbw list | fzf | xargs -I _ rbw get -c _ } loadenv() { diff --git a/hosts/gaia/hyprland.nix b/hosts/gaia/hyprland.nix @@ -61,6 +61,7 @@ "$mainMod, R, exec, $menu" "$mainMod, O, exec, $notes" "$mainMod, F, fullscreen" + "$mainMod, P, exec, rbw list | rofi -case-smart -dmenu | xargs -I _ rbw get -c _" "$mainMod, V, exec, cliphist list | rofi -case-smart -dmenu | cliphist decode | wl-copy" # "$mainMod, X, togglesplit" ''$mainMod SHIFT, S, exec, slurp | grim -g - - | wl-copy && wl-paste > $HOME/screenshots/screenshot-$(date +"%Y-%m-%d--%H:%M:%S").png''