Save screenshots to file and add Print key binding
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7aa5fb2295
commit
4a12606f4e
1 changed files with 3 additions and 1 deletions
|
|
@ -166,7 +166,9 @@ in
|
||||||
|
|
||||||
"${modifier}+Shift+l" = "exec swaylock -f";
|
"${modifier}+Shift+l" = "exec swaylock -f";
|
||||||
|
|
||||||
"${modifier}+Shift+s" = "exec grim -g \"$(slurp)\" - | wl-copy";
|
"${modifier}+Shift+s" = "exec grim -g \"$(slurp)\" - | tee \"/home/alex/Pictures/Screenshots/$(date +'%Y%m%d_%Hh%Mm%Ss_grim.png')\" | wl-copy";
|
||||||
|
|
||||||
|
"Print" = "exec grim - | tee \"/home/alex/Pictures/Screenshots/$(date +'%Y%m%d_%Hh%Mm%Ss_grim.png')\" | wl-copy";
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
"--whole-window ${modifier}+button4" = "workspace prev";
|
"--whole-window ${modifier}+button4" = "workspace prev";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue