add labwc and update stuff

This commit is contained in:
Hydroxycarbamide 2025-07-04 21:27:19 +02:00
parent 189e89212d
commit 8f02c07390
Signed by: Siklos
GPG key ID: C06D07D96997549A
24 changed files with 1687 additions and 202 deletions

View file

@ -0,0 +1,24 @@
general {
lock_cmd = swaylock
before_sleep_cmd = loginctl lock-session # lock before suspend
# after_sleep_cmd = hyprctl dispatch dpms on
}
# Lock the screen
# listener {
# timeout = 300
# on-timeout = loginctl lock-session
# }
# Turn off screen
# listener {
# timeout = 90
# on-timeout = hyprctl dispatch dpms off
# on-resume = hyprctl dispatch dpms on
# }
# Suspend the system
# listener {
# timeout = 600
# on-timeout = systemctl suspend
# }