mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-11-02 03:12:10 +01:00
6 lines
62 B
Bash
6 lines
62 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
xautolock -enable
|
||
|
|
sleep 1
|
||
|
|
xautolock -locknow
|