2024-03-04 10:01:26 +01:00
|
|
|
general {
|
2024-03-06 16:00:50 +01:00
|
|
|
lock_cmd = hyprlock & $HOME/.scripts/theme-changer.sh album sfw
|
|
|
|
before_sleep_cmd = hyprlock & $HOME/.scripts/theme-changer.sh album sfw
|
2024-03-04 10:01:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
# Lock after 5min
|
|
|
|
listener {
|
|
|
|
timeout = 300
|
2024-03-06 16:00:50 +01:00
|
|
|
on-timeout = hyprlock & $HOME/.scripts/theme-changer.sh album sfw
|
2024-03-04 10:01:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
# Turn of screen after 6min
|
|
|
|
listener {
|
|
|
|
timeout = 360
|
|
|
|
on-timeout = hyprctl dispatch dpms off
|
|
|
|
on-resume = hyprctl dispatch dpms on
|
|
|
|
}
|