Duplicate sericea configs into hyprland
This commit is contained in:
15
hyprland/.config/sway/config.d/90-swayidle.conf
Normal file
15
hyprland/.config/sway/config.d/90-swayidle.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# vim: set ft=swayconfig:
|
||||
#
|
||||
# Idle and lock configuration
|
||||
#
|
||||
|
||||
exec LT="900" && \
|
||||
swayidle -w \
|
||||
timeout $LT \
|
||||
'swaylock -f' \
|
||||
before-sleep \
|
||||
'swaylock -f' \
|
||||
lock \
|
||||
'swaylock -f' \
|
||||
unlock \
|
||||
'pkill -xu "$USER" -SIGUSR1 swaylock'
|
Reference in New Issue
Block a user