init commit

This commit is contained in:
MeexReay 2025-07-18 05:20:16 +03:00
commit 1faf698ab8
62 changed files with 4299 additions and 0 deletions

9
sway/idle.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
LOCK_CMD="swaylock -f --color 000000"
swayidle -w \
timeout 600 "$LOCK_CMD" \
timeout 1200 'sudo zzz' \
before-sleep "$LOCK_CMD" \