Skip to content

Commit

Permalink
🐛 sway screenshot
Browse files Browse the repository at this point in the history
Satty has no --notify option, it's sss
  • Loading branch information
elythh committed Feb 11, 2024
1 parent 4fed461 commit 320133a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/gwen/conf/ui/wayland/swayfx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
wlr-randr
wtype
sassc
satty
xdg-utils
ydotool
wlr-randr
Expand Down Expand Up @@ -130,7 +131,7 @@
let
cfg = config.wayland.windowManager.sway.config;
mod = cfg.modifier;
screenshot_satty = "grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png --notify";
screenshot_satty = "grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png";
in
{

Expand Down

0 comments on commit 320133a

Please sign in to comment.