summaryrefslogtreecommitdiff
path: root/nixos/mdls/hypr.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-25 18:23:34 +0200
committerGitHub <noreply@github.com>2026-06-25 18:23:34 +0200
commit7f0bfe520daec95ba9447df0e4d9edf8fd8cbabe (patch)
treef49d6fefa1c04fed39b64b997214da9e56042ec1 /nixos/mdls/hypr.nix
parentf1e305d9a907741ab5794a1754978ef29e54d224 (diff)
Update hypr.nix
Diffstat (limited to 'nixos/mdls/hypr.nix')
-rw-r--r--nixos/mdls/hypr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/mdls/hypr.nix b/nixos/mdls/hypr.nix
index c7c3b7e..8927103 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" }))