summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-12 18:14:54 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-12 18:14:54 +0200
commit4ba98ae8f3a15cc2e210353bbcb3ce552594f00e (patch)
tree1863c843eb0af3bfa00fa09faa746460ba0657fd
parent647daf0a46cade945177cad5d744860cb00c78ba (diff)
Update x11 start programs
-rwxr-xr-x.config/x11/xprofile5
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile
index 8e5652a..15f3bf5 100755
--- a/.config/x11/xprofile
+++ b/.config/x11/xprofile
@@ -10,10 +10,7 @@ xbanish & # Remove mouse when typing
dwmblocks & # Status bar
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$!
-# Auto lock screen after 10 min or 3 sec if mouse is placed in the right lower corner.
-xautolock -time 10 -locker slock -nowlocker slock -detectsleep -corners 000+ -cornerdelay 3 &
-
-autostart="xcompmgr dunst unclutter pipewire pipewire-pulse pipewire-media-session"
+autostart="xcompmgr dunst unclutter pipewire"
for program in $autostart; do
pidof -s "$program" || setsid -f "$program"