This commit is contained in:
lelgenio 2020-10-09 00:25:09 -03:00
parent 1f9fefa1d8
commit b1ad52cf78
1 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@
exec telegram-desktop-bin || telegram-desktop
# Music Player Daemon
exec pidof mpd || mpd
exec pidof -f mpDris2|| mpDris2
exec pgrep -f mpDris2|| mpDris2
# lock screen after a period of inactivity execp for fullscreen
for_window [class=.*] inhibit_idle fullscreen
@ -347,7 +347,7 @@
--font 'Inter' \
# Idle daemon
exec_always pkill swayidle; swayidle -w \
exec_always pkill swayidle && false || exec swayidle -w \
before-sleep '$slock' \
after-resume 'sleep 5s; displayd' \
timeout 1800 '$slock' \