Updated Tricks (markdown)

Jonathan Dahan 2020-11-18 13:16:40 -05:00
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"