From 0c6951887f67efc425d5cbdd0c5bac52b7eaefcb Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 18 Nov 2020 13:16:40 -0500 Subject: [PATCH] Updated Tricks (markdown) --- Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tricks.md b/Tricks.md index 181f0a4..89492fd 100644 --- a/Tricks.md +++ b/Tricks.md @@ -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"