Added swayidle-lock-scren
This commit is contained in:
parent
b8cca56710
commit
dc331da167
8
swayidle-lock-screen
Executable file
8
swayidle-lock-screen
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
swayidle -d -w -C /dev/null \
|
||||||
|
timeout 15 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' &
|
||||||
|
local swayidle_pid="$!"
|
||||||
|
swaylock
|
||||||
|
kill "${swayidle_pid}"
|
||||||
|
hyprctl dispatch dpms on
|
Loading…
Reference in New Issue
Block a user