Sway : Add fullscreen screenshot.
This commit is contained in:
parent
959113d47a
commit
d850d38abf
|
@ -1 +1 @@
|
|||
font pango:"SF Pro Display" Regular 11
|
||||
font pango:"SF Pro Display" Medium 11
|
||||
|
|
5
module/sway/module/20-Screenshot
Normal file
5
module/sway/module/20-Screenshot
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Fullscreen screenshot.
|
||||
bindsym $mod+shift+v grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') - | wl-copy -t image/png
|
||||
|
||||
# Select screenshot.
|
||||
# bindsym $mod+v # TODO: Add selectable screenshot.
|
Loading…
Reference in a new issue