Add bindings for screenshots via grimblast

This commit is contained in:
larstvei 2025-09-04 10:37:54 +02:00
parent 53f70f0a4e
commit e4e3ac8c72
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
home.packages = [
pkgs.adwaita-icon-theme
pkgs.brightnessctl
pkgs.grimblast
pkgs.pamixer
pkgs.wtype
];

View File

@ -103,6 +103,9 @@
"$mod, B, exec, zen"
"$mod, Q, killactive"
"$mod, S, exec, grimblast copysave area /tmp/screenshot-$(date +%F--%T).png"
"$shiftMod, S, exec, grimblast copysave screen /tmp/screenshot-$(date +%F--%T).png"
# Window focus & movement
"$mod, H, movefocus, l"
"$mod, J, movefocus, d"