summaryrefslogtreecommitdiff
path: root/.config/startup
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-08 06:33:28 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-08 06:33:28 -0500
commit71b9e7fb60b4070f90b7b98081d069be65a1ef6f (patch)
treeea56544b900fb15e152a477538e0186fec7edf36 /.config/startup
parente481a5a8f4773a1e54f1a701fc9a4da08d9970f8 (diff)
Add autolock to laptop
Diffstat (limited to '.config/startup')
-rwxr-xr-x.config/startup/workstation3
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 &