This commit is contained in:
2026-03-31 20:13:15 +08:00
parent 48044e957d
commit 08c513b995
1155 changed files with 79920 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# 5分钟锁屏10分钟熄屏20分钟休眠
exec swayidle -w \
timeout 600 'hyprlock -c ~/.config/niri/hyprlock.conf &' \
timeout 900 'niri msg action power-off-monitors' \
resume 'niri msg action power-on-monitors' \
timeout 1800 'systemctl suspend'