diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-30 01:34:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-30 01:34:26 +0200 |
| commit | 824cc9a2b8c52563d7e8325f123722f05a9ca836 (patch) | |
| tree | 5c6f5853f9f8915ead63e961010b3ee4883d4ee5 /nixos | |
| parent | 31e11d4a1e0a67784ceaf9dc567a10f05e7902dc (diff) | |
Update wm.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/box/components/wm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" })) |
