Since 2.8.0
the environment variable SWAYSHOT_HIDE_NOTIFICATION allows to avoid the notification.
Search Criteria
Package Details: swayshot 2.8.0-1
Package Actions
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)
- grim (grim-gitAUR)
- jq (jq-gitAUR, jaq-binAUR)
- slurp (slurp-gitAUR)
- sway (sway-no-titlebars-gitAUR, sway-inhibit-fullscreen-gitAUR, sway-borders-gitAUR, sway-titlebar-positioning-gitAUR, sway-force-ssd-gitAUR, sway-persistent-workspaces-gitAUR, sway-git-wlroots-gitAUR, sway-im-gitAUR, swayfx-i3-style-fullscreen-gitAUR, sway-imAUR, sway-disable-titlebarAUR, sway-asan-gitAUR, sway-gitAUR, sway-i3-style-fullscreen-gitAUR, swayfx-i3-style-fullscreen-2-gitAUR, swayfx-gitAUR, swayfxAUR, sway-rcAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (optional) – upload a screenshot to x0.at
- libnotify (libnotify-gitAUR) (optional) – show message with path or URL
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – copy the full path to clipboard
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – copy the full path to clipboard
- xdg-user-dirs (optional) – XDG user directories
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – copy the full path to clipboard
Required by (0)
Sources (1)
vitalijr2 commented on 2024-09-06 11:08 (UTC)
vitalijr2 commented on 2024-09-04 18:26 (UTC)
Just test after update https://0x0.st/XwVm.png
vitalijr2 commented on 2023-07-05 07:12 (UTC)
Add the backup
field with the value etc/sway/config.d/swayshot.conf
eclairevoyant commented on 2023-05-15 06:35 (UTC)
If you're going to install stuff to /etc
, please add the config file to the backup
array as well. But I would actually vote for not installing the config file since it breaks configs that use a mapping to the Print key
vitalijr2 commented on 2022-07-27 17:33 (UTC) (edited on 2022-07-27 21:06 (UTC) by vitalijr2)
Last updates:
- remove --paste-once (wl-copy)
- replace x0.at (doesn't work) with 0x0.st
- fix floating window screenshot
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
vitalijr2 commented on 2021-10-04 20:47 (UTC)
There was one unobvious issue: it does not exit after taking a screenshot if wl-clipboard
has installed. It depends on this issue https://github.com/bugaevc/wl-clipboard/issues/6. I have add the option --paste-once
so now wl-copy
waits for first paste then exits.
vitalijr2 commented on 2021-03-26 16:18 (UTC)
It could copy an image file itself to clipboard, thanks Kishan Gupta.
vitalijr2 commented on 2021-03-20 16:18 (UTC) (edited on 2021-03-20 16:18 (UTC) by vitalijr2)
Update: implement two MRs
- new line after console print
- get rid of bashisms
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