init commit
This commit is contained in:
commit
1faf698ab8
62 changed files with 4299 additions and 0 deletions
9
sway/idle.sh
Executable file
9
sway/idle.sh
Executable 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" \
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue