diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:33:28 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:33:28 -0500 |
commit | 71b9e7fb60b4070f90b7b98081d069be65a1ef6f (patch) | |
tree | ea56544b900fb15e152a477538e0186fec7edf36 /.config/startup | |
parent | e481a5a8f4773a1e54f1a701fc9a4da08d9970f8 (diff) |
Add autolock to laptop
Diffstat (limited to '.config/startup')
-rwxr-xr-x | .config/startup/workstation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/startup/workstation b/.config/startup/workstation index a722e4b..413e79a 100755 --- a/.config/startup/workstation +++ b/.config/startup/workstation @@ -3,5 +3,8 @@ # Pipewire setup: gentoo-pipewire-launcher & +# Autolock the screen after 5 minutes with xautolock (slock) +xautolock -time 5 -locker slock & + # Automatically start dropbox dropbox start & |