Replace swayidle with hypridle

This commit is contained in:
Kiana Sheibani 2024-05-13 16:35:33 -04:00
parent 2334582c33
commit b4ae0e7547
2 changed files with 18 additions and 5 deletions

View file

@ -5,8 +5,3 @@ swaybg -o '*' -i "$background" -m fill &
# Status Bar
eww open "$platform"_bar --screen 0
# Idle Handler
swayidle timeout 120 'swaylock -f --grace=180' \
timeout 600 'systemctl suspend' \
before-sleep 'swaylock -f' &