From 71b9e7fb60b4070f90b7b98081d069be65a1ef6f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 8 Jan 2024 06:33:28 -0500 Subject: Add autolock to laptop --- .config/startup/workstation | 3 +++ 1 file changed, 3 insertions(+) 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 & -- cgit v1.2.3