diff options
Diffstat (limited to 'nixos/hosts/box/components')
| -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" })) |
