mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Start screensaver automatically (#453)
* No need to kill any more since any key will quit * Command to refresh hypridle * Start screensaver automatically after a minute * Add migration
This commit is contained in:

committed by
GitHub

parent
4db468a450
commit
6ecc09abdb
@ -5,6 +5,11 @@ general {
|
||||
on_unlock_cmd = omarchy-restart-waybar # prevent stacking of waybar when waking
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 60 # 1min
|
||||
on-timeout = omarchy-launch-screensaver # start screensaver
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
|
Reference in New Issue
Block a user