Duplicate sericea configs into hyprland

This commit is contained in:
2024-08-27 13:39:37 -05:00
parent 11beb9b182
commit 9783051217
22 changed files with 1514 additions and 0 deletions

View 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'