From 4ba98ae8f3a15cc2e210353bbcb3ce552594f00e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 12 Jul 2022 18:14:54 +0200 Subject: Update x11 start programs --- .config/x11/xprofile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.config') 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" -- cgit v1.2.3-70-g09d2