I use a script and manually enable/disable the screensaver for my laptop
I went manual because it would turn off during movies
so can give you the commands
kill it:start it,1 min is what I have mine set to blank:my script:
I went manual because it would turn off during movies
so can give you the commands
kill it:
Code:
pkill swayidleCode:
swayidle -w timeout 60 'wlopm --off \*' resume 'wlopm --on \*' &Code:
if pgrep -x swayidle 2>/dev/null; thenpkill swayidlewfpanelctl notify "\nScreensaver Off\n"elseswayidle -w timeout 60 'wlopm --off \*' resume 'wlopm --on \*' &wfpanelctl notify "\nScreensaver On\n"fiStatistics: Posted by kerry_s — Thu May 15, 2025 2:29 am