mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
Add bindings for screenshots via grimblast
This commit is contained in:
parent
53f70f0a4e
commit
e4e3ac8c72
@ -4,6 +4,7 @@
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.adwaita-icon-theme
|
pkgs.adwaita-icon-theme
|
||||||
pkgs.brightnessctl
|
pkgs.brightnessctl
|
||||||
|
pkgs.grimblast
|
||||||
pkgs.pamixer
|
pkgs.pamixer
|
||||||
pkgs.wtype
|
pkgs.wtype
|
||||||
];
|
];
|
||||||
|
@ -103,6 +103,9 @@
|
|||||||
"$mod, B, exec, zen"
|
"$mod, B, exec, zen"
|
||||||
"$mod, Q, killactive"
|
"$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
|
# Window focus & movement
|
||||||
"$mod, H, movefocus, l"
|
"$mod, H, movefocus, l"
|
||||||
"$mod, J, movefocus, d"
|
"$mod, J, movefocus, d"
|
||||||
|
Loading…
Reference in New Issue
Block a user