sway: add whole screen screenshot keybinding
This commit is contained in:
parent
44ee4e7394
commit
a83c21ca6e
1 changed files with 5 additions and 2 deletions
|
|
@ -49,10 +49,13 @@ hide_edge_borders smart
|
|||
# emacs
|
||||
bindsym $mod+Ctrl+Return exec emacs
|
||||
|
||||
# Screenshot
|
||||
# Selection screenshot to clipboard
|
||||
bindsym $mod+y exec slurp | grim -g- - | wl-copy
|
||||
|
||||
# Screenshot
|
||||
# Whole screen screenshot to clipboard
|
||||
bindsym $mod+Ctrl+y exec grim - | wl-copy
|
||||
|
||||
# Selection screenshot to imv
|
||||
bindsym $mod+Shift+y exec slurp | grim -g- - | imv -
|
||||
|
||||
# Lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue