Sway : Add fullscreen screenshot.

This commit is contained in:
Dmitry Voronin 2024-03-28 07:33:29 +03:00
parent 959113d47a
commit d850d38abf
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
font pango:"SF Pro Display" Regular 11
font pango:"SF Pro Display" Medium 11

View 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.