fix til lock screen
This commit is contained in:
@@ -8,7 +8,8 @@ exec-once = waybar &
|
|||||||
exec-once = hyprpaper &
|
exec-once = hyprpaper &
|
||||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||||
exec-once = swayidle -w \
|
exec-once = swayidle -w \
|
||||||
timeout 300 'hyprctl dispatch dpms off' \
|
timeout 300 '/home/{{ username }}/.local/bin/lock-screen.sh' \
|
||||||
|
timeout 330 'hyprctl dispatch dpms off' \
|
||||||
resume 'hyprctl dispatch dpms on' \
|
resume 'hyprctl dispatch dpms on' \
|
||||||
timeout 600 'systemctl suspend' \
|
timeout 600 'systemctl suspend' \
|
||||||
before-sleep '/home/{{ username }}/.local/bin/lock-screen.sh'
|
before-sleep '/home/{{ username }}/.local/bin/lock-screen.sh'
|
||||||
|
|||||||
Reference in New Issue
Block a user