initial commit

This commit is contained in:
daniel fusser
2026-06-21 15:35:58 +02:00
committed by dafu
parent ce5bbf3916
commit 49462fb909
49 changed files with 2269 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/bash
#swayidle -w \
# timeout 1800 'swaylock -f -c 000000' \
# timeout 1800 'hyprctl dispatch dpms off' \
# resume 'hyprctl dispatch dpms on && ~/.config/hypr/scripts/restart_wlsunset.sh' \
# timeout 300 'bash $HOME/.config/hypr/scripts/lightresume.sh dark' \
# resume 'bash $HOME/.config/hypr/scripts/lightresume.sh resume' \
# timeout 3600 'systemctl suspend'
swayidle \
timeout 1800 'wlr-dpms off' \
resume 'wlr-dpms on && ~/.config/mango/scripts/restart_wlsunset.sh' \
timeout 300 'dimland -a 0.3' \
resume 'bash ~/.config/mango/scripts/exitdim.sh'