Package Details: swayshot 2.8.0-1

Git Clone URL: https://aur.archlinux.org/swayshot.git (read-only, click to copy)
Package Base: swayshot
Description: Sway screenshots: screen, window or region. Also it uploads them to 0x0.st.
Upstream URL: https://github.com/vitalijr2/swayshot
Keywords: grim screenshot slurp sway wayland
Licenses: GPL3
Submitter: vitalijr2
Maintainer: vitalijr2
Last Packager: vitalijr2
Votes: 7
Popularity: 0.000000
First Submitted: 2019-03-20 15:33 (UTC)
Last Updated: 2024-09-06 11:07 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Pinned Comments

tim3dman commented on 2021-10-05 02:42 (UTC) (edited on 2021-10-25 17:02 (UTC) by tim3dman)

I am trying to change the user variables, could you help me please? What do I put in ~/.config/swayshot.sh ? The whole swayshot.sh file with my variables? and make it executable? Or do I just put the new variables and if so in what format? Then do I make it executable? I'm confused.

OK I worked it out, swayshot.sh is a regular file and the variables are as so:

SWAYSHOT_DATEFMT=%F_%H-%M-%S
SWAYSHOT_SCREENSHOTS=$HOME/Screenshots

Latest Comments

« First ‹ Previous 1 2

vitalijr2 commented on 2021-03-19 22:11 (UTC) (edited on 2021-03-19 22:34 (UTC) by vitalijr2)

There are three new commands:

  • Super + Prt Sc - make a screenshot then upload it to x0.at
  • Super + Alt + Prt Sc - make a screenshot of focused window then upload it
  • Super + Shift + Prt Sc - make a screenshot of region then upload it

And now it shows short message if notify-send is available.

vitalijr2 commented on 2019-05-29 18:08 (UTC)

Now a user can define custom timestamp format: use SWAYSHOT_DATEFMT in ~/.config/swayshot.sh

Thanks Ranieri Althoff.