summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-25 18:19:58 +0200
committerGitHub <noreply@github.com>2026-06-25 18:19:58 +0200
commita5003d2c0a989225a1829c7d5cfc203ed3ffd10a (patch)
treec3a672ffc04f2ab68f4eb3122d94b2a5a4cd5ca2
parent90a18af8162b69dfb6d8567e3e0f76d7c8e73c3b (diff)
Update 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 708ed0b..c7c3b7e 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("grim -g \"$(slurp)\" - | wl-copy"))
+ 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" }))