From 9d894c53fd350edcd088511fea47f1fa9689ecde Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 12 Nov 2024 14:25:58 -0600 Subject: [PATCH] hyprland: disable passwords bind Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index ca34d02..3f9ec73 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -111,7 +111,7 @@ in { (key "Control_L" "Super+Ctrl" "exec" workspace) (key "Shift_L" "Super+Shift" "workspace" "previous") (key "Super_L" "Super" "exec" "${menu}") - (key "Super_L" "Super+Alt" "exec" "${menu} --passwords") + #// (key "Super_L" "Super+Alt" "exec" "${menu} --passwords") (key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator") (key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks") (key "Super_L" "Super+Shift" "exec" "${menu} --search")