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
|
# emacs
|
||||||
bindsym $mod+Ctrl+Return exec emacs
|
bindsym $mod+Ctrl+Return exec emacs
|
||||||
|
|
||||||
# Screenshot
|
# Selection screenshot to clipboard
|
||||||
bindsym $mod+y exec slurp | grim -g- - | wl-copy
|
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 -
|
bindsym $mod+Shift+y exec slurp | grim -g- - | imv -
|
||||||
|
|
||||||
# Lock
|
# Lock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue