summaryrefslogtreecommitdiff
path: root/common/home/hyprland/default.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-06-07 21:31:29 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-06-07 21:31:29 +0200
commitbab0f4646c4c4976351aba86d28712f4bbd903bf (patch)
treebf07869ec0fc70aef91987b7422dbf312d4c6285 /common/home/hyprland/default.nix
parentc643862bfee0debaf1c5110e732adc8c69cdb203 (diff)
workstation: add fido2 as decrypt optionHEADmaster
Diffstat (limited to 'common/home/hyprland/default.nix')
-rw-r--r--common/home/hyprland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index 9ddb9bd..9aca556 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -16,7 +16,7 @@ in
_var = "SUPER";
};
bind = [
- (hl.bind { mod = true; keys = [ "Q" ]; flags = { long_press = true; locked = true; }; } (hl.dsp.exec "shutdown"))
+ (hl.bind { mod = true; keys = [ "q" ]; flags = { long_press = true; locked = true; }; } (hl.dsp.exec "shutdown"))
(hl.bind { mod = true; keys = [ "h" ]; } (hl.dsp.focus { direction = "left"; }))
(hl.bind { mod = true; keys = [ "j" ]; } (hl.dsp.focus { direction = "down"; }))