Merge pull request #58 from ringo32/main

added sway-contrib
This commit is contained in:
Johannes Kamprad
2024-04-18 18:25:11 +02:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

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

View File

@@ -1,4 +1,5 @@
sway sway
sway-contrib
swayidle swayidle
swaylock swaylock
swaybg swaybg