summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-25 18:40:34 +0200
committerGitHub <noreply@github.com>2026-06-25 18:40:34 +0200
commit18f842cbdd6ef3956de220126c2fba2cf814c3b3 (patch)
tree09ced2dedc7952676ec69fd521338140505d6836 /nixos
parent9bb55fabbb850def93b36528aecf208d8298acc2 (diff)
Update hypr.nix
Diffstat (limited to 'nixos')
-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 ad749dd..fe0a160 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('hyprshot -s -m region'))
+ hl.bind('ALT + S', hl.dsp.exec_cmd('hyprshot -o .pictures/screenshots/ -f "$(date +%y-%m-%d_%H-%M-%S).png" -s -m region'))
hl.bind(mod .. " + left", hl.dsp.focus({ direction = "left" }))
hl.bind(mod .. " + right", hl.dsp.focus({ direction = "right" }))