Update screenshot.sh , sway-contrib

script path change
This commit is contained in:
ringo de kroon
2024-04-18 15:50:50 +02:00
committed by GitHub
parent ac477cbe3c
commit b4c47b2a8e

View File

@@ -6,13 +6,13 @@ selected=$(printf '%s\n' $entries | wofi --style=$HOME/.config/wofi/style.widget
case $selected in case $selected in
active) active)
/usr/share/sway/scripts/grimshot --notify save active;; /usr/share/sway-contrib/scripts/grimshot --notify save active;;
screen) screen)
/usr/share/sway/scripts/grimshot --notify save screen;; /usr/share/sway-contrib/scripts/grimshot --notify save screen;;
output) output)
/usr/share/sway/scripts/grimshot --notify save output;; /usr/share/sway-contrib/scripts/grimshot --notify save output;;
area) area)
/usr/share/sway/scripts/grimshot --notify save area;; /usr/share/sway-contrib/scripts/grimshot --notify save area;;
window) window)
/usr/share/sway/scripts/grimshot --notify save window;; /usr/share/sway-contrib/scripts/grimshot --notify save window;;
esac esac