(scripts) renamed select-audio-sink.sh, added selection of currently

used sink
This commit is contained in:
zegonix
2025-06-12 18:38:19 +02:00
parent d0e882a1b6
commit 32540cd6f3
4 changed files with 20 additions and 6 deletions

View File

@@ -37,8 +37,8 @@ bar {
# start screen locker
exec swayidle -w \
timeout 300 'swaymsg "output * power off"' \
timeout 330 'swaylock -f -e -i ~/dotfiles/images/city_skyline.png; systemctl suspend' \
timeout 300 'swaylock -f -e -i ~/dotfiles/images/city_skyline.png' \
timeout 330 'swaymsg "output * power off"; systemctl suspend' \
resume 'swaymsg "output * power on"' \
before-sleep 'swaylock -f -e -i ~/dotfiles/images/city_skyline.png'