[sway] Fix area screenshot
This commit is contained in:
parent
7051fa08f7
commit
627dbe5885
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ bindsym $mod+z exec swaylock -c 000000
|
||||||
# Take full screen screenshot with PrtScr
|
# Take full screen screenshot with PrtScr
|
||||||
bindsym Print exec grim -t png /tmp/screen.png
|
bindsym Print exec grim -t png /tmp/screen.png
|
||||||
# Take area screenshot with Shift+PrtScr
|
# Take area screenshot with Shift+PrtScr
|
||||||
bindsym Shift+Print exec slurp
|
bindsym Shift+Print exec grim -g "$(slurp)" /tmp/screen.png
|
||||||
|
|
||||||
# Remove title from windows
|
# Remove title from windows
|
||||||
default_border pixel 1
|
default_border pixel 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue