7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
|
|
killall swayidle
|
|
|
|
swayidle -w \
|
|
timeout 300 '~/.config/niri/timeout.sh' \
|
|
before-sleep 'swaylock -f -c 000000'
|