From 824cc9a2b8c52563d7e8325f123722f05a9ca836 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:34:26 +0200 Subject: Update wm.nix --- nixos/hosts/box/components/wm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/box/components/wm.nix b/nixos/hosts/box/components/wm.nix index 3d9314a..e119af2 100644 --- a/nixos/hosts/box/components/wm.nix +++ b/nixos/hosts/box/components/wm.nix @@ -129,7 +129,7 @@ bind(mod .. " + V", window.float({ action = "toggle" })) bind(mod .. " + F", window.fullscreen({ mode = 0 })) bind(mod .. " + Tab", focus({ workspace = "m+1" })) - bind("ALT + S", exec('hyprshot -o .pictures/screenshots/ -f "$(date +%y-%m-%d_%H-%M-%S).png" -s -m region')) + bind("ALT + S", exec('hyprshot -o pictures/screenshots/ -f "$(date +%y-%m-%d_%H-%M-%S).png" -s -m region')) bind(mod .. " + left", focus({ direction = "left" })) bind(mod .. " + right", focus({ direction = "right" })) -- cgit v1.3.1