Add swayidle
This commit is contained in:
parent
0e9e4e98a6
commit
24759eceee
@ -0,0 +1,3 @@
|
||||
# vim: set ft=config:
|
||||
# Configuration for swayidle is in ~/.config/swayidle/config
|
||||
exec-once = swayidle -w
|
4
hyprland/.config/swayidle/config
Normal file
4
hyprland/.config/swayidle/config
Normal file
@ -0,0 +1,4 @@
|
||||
timeout 900 'swaylock -f'
|
||||
before-sleep 'swaylock -f'
|
||||
lock 'swaylock -f'
|
||||
unlock 'pkill -xu "$USER" -SIGUSR1 swaylock'
|
Loading…
Reference in New Issue
Block a user