mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Updated Tricks (markdown)
parent
4dc89bef87
commit
0c6951887f
|
@ -2,7 +2,7 @@
|
|||
|
||||
swaymsg -t get_outputs | jq -r '.[] | select(.focused) | (.current_mode.width | tostring) + "x" + (.current_mode.height | tostring)'
|
||||
|
||||
# Upload screenshot to image hosting service, and copy to clipboard
|
||||
# Upload screenshot and copy url to clipboard
|
||||
|
||||
bindsym $mod+Shift+Print exec slurp | grim -g - - | curl --form 'file=@-' http://0x0.st | wl-copy && swaynag -m "screenshot uploaded & url copied to clipboard"
|
||||
|
||||
|
|
Loading…
Reference in a new issue