timeout 250 'notify-send --app-name=screenlockwarning "Screen will lock in 30 seconds"' timeout 300 'hyprlock >> ~/hyprlock_logfile.txt' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'hyprlock'