diff options
| author | caley <u65487754@gmail.com> | 2026-06-25 18:34:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 18:34:58 +0200 |
| commit | 9bb55fabbb850def93b36528aecf208d8298acc2 (patch) | |
| tree | d1caa1d24a47fc4e485fb34a8b2053a454ebef15 /nixos/mdls/hypr.nix | |
| parent | 5326e307cfbb8efa3a46f2bc6fd2e044786d7ac8 (diff) | |
Update hypr.nix
Diffstat (limited to 'nixos/mdls/hypr.nix')
| -rw-r--r-- | nixos/mdls/hypr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/mdls/hypr.nix b/nixos/mdls/hypr.nix index f8f9f85..ad749dd 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('hyprshot -s -m region')) hl.bind(mod .. " + left", hl.dsp.focus({ direction = "left" })) hl.bind(mod .. " + right", hl.dsp.focus({ direction = "right" })) |
