From 6bb88afb97f2e7aaae67a9ae5bc5f540878631a6 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 25 Jun 2026 18:24:40 +0200 Subject: Update hypr.nix --- nixos/mdls/hypr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/mdls') diff --git a/nixos/mdls/hypr.nix b/nixos/mdls/hypr.nix index 8927103..f8f9f85 100644 --- a/nixos/mdls/hypr.nix +++ b/nixos/mdls/hypr.nix @@ -126,7 +126,7 @@ hl.bind(mod .. " + V", hl.dsp.window.float({ action = "toggle" })) hl.bind(mod .. " + F", hl.dsp.window.fullscreen({ mode = 0 })) hl.bind(mod .. " + Tab", hl.dsp.focus({ workspace = "m+1" })) - hl.bind('alt + s', hl.dsp.exec_cmd('env hyprshot_dir="$home/.pictures/screenshots" hyprshot_notification_cmd=true hyprshot -m region')) + hl.bind('ALT + S', hl.dsp.exec_cmd('env hyprshot_dir="$home/.pictures/screenshots" hyprshot_notification_cmd=true hyprshot -m region')) hl.bind(mod .. " + left", hl.dsp.focus({ direction = "left" })) hl.bind(mod .. " + right", hl.dsp.focus({ direction = "right" })) -- cgit v1.3.1