🪛 Quick fix \n Added Hypridle to exec-once and changed timeout from 5 to 1200 seconds
This commit is contained in:
parent
1c9dded45c
commit
47d9c12a8f
@ -16,7 +16,7 @@
|
|||||||
on-timeout = "hyprlock";
|
on-timeout = "hyprlock";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 5;
|
timeout = 1200;
|
||||||
on-timeout = "hyprctl dispatch dpms off";
|
on-timeout = "hyprctl dispatch dpms off";
|
||||||
on-resume = "hyprctl dispatch dpms on";
|
on-resume = "hyprctl dispatch dpms on";
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,10 @@ exec-once = systemctl --user start hyprpolkitagent
|
|||||||
# Notification deamon
|
# Notification deamon
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
|
|
||||||
|
# Idle after predetermined amount of time
|
||||||
|
exec-once = hypridle
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
#############################
|
#############################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user