add bluetooth + move to run_once scripts

This commit is contained in:
Tobias Strobel 2022-03-06 15:44:09 +01:00
parent 70c042bf6a
commit a8c59e69cb
6 changed files with 336 additions and 413 deletions

View file

@ -36,9 +36,9 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Example configuration:
#
exec swayidle -w \
timeout 300 'swaylock -f -c 3c3c3c' \
timeout 300 'swaylock -f -c 1e1e1e' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 3c3c3c'
before-sleep 'swaylock -f -c 1e1e1e'
#
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when