4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
exec xautolock -detectsleep -time 10 -locker "/usr/bin/betterlockscreen -l" -notify 30 -notifier "notify-send -u critical -t 10000 -- 'LOCKING screen in 30 seconds"
|