diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-22 14:38:02 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-22 14:38:02 -0400 |
| commit | b0ec7bdd65b701baaea4de01bf673b5996450e1a (patch) | |
| tree | 48955d1a698b189f0251ac25844707e2ccfff9b5 /hyprland/binds.nix | |
| parent | hi (diff) | |
| download | nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.gz nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.tar.bz2 nixos-b0ec7bdd65b701baaea4de01bf673b5996450e1a.zip | |
screenshot manager PRINT / SUPER+SHIFT+S
Diffstat (limited to 'hyprland/binds.nix')
| -rw-r--r-- | hyprland/binds.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hyprland/binds.nix b/hyprland/binds.nix index a73016b..d89f155 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -60,7 +60,9 @@ in "$mod, d, exec, ghostty" "$mod, b, exec, brave" "$mod, space, exec, pkill rofi || rofi -show drun" - "$mod, s, exec, pkill hyprpicker || hyprpicker -ar" + "$mod, p, exec, pkill hyprpicker || hyprpicker -ar" + "$mod SHIFT, s, exec, pkill slurp || grim -g \"$(slurp)\" - | wl-copy" + ", PRINT, exec, pkill slurp swappy || grim -g \"$(slurp)\" - | swappy -f -" ", XF86Explorer, exec, hyprlock" ", F1, exec, hyprlock" ", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && notify-send 'Volume Up'" @@ -82,6 +84,8 @@ in ", F4, workspace, 3" ", XF86Tools, workspace, 3" + + ] ++ workspaces; |
