From 73bfa2863020eb4a527fea37ba44425be2a851fd Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 5 Jun 2023 12:06:43 +0200 Subject: [PATCH] SXHKD: rofi-rbw bindings --- hm_modules/sxhkd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index 57e64df..d68c6fc 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -18,6 +18,7 @@ fileManager = "nemo"; secondaryFileManager = "nautilus"; emojiChooser = "rofimoji --skin-tone light -a copy"; + passwordChoser = "rofi-rbw"; yad = "${pkgs.yad}/bin/yad"; notify = "${pkgs.libnotify}/bin/notify-send"; pamixer = "${pkgs.pamixer}/bin/pamixer"; @@ -86,6 +87,7 @@ "super + {_,shift + } space" = "rofi -show {drun,run}"; "super + shift + ctrl + d" = "rofi -show ssh"; "super + alt + e" = emojiChooser; + "super + alt + i" = passwordChoser; "super + shift + {h,j,k,l}" = '' dir={west,south,north,east}; bspc node -s "$dir.local" --follow || bspc node -m "$dir" --follow '';