diff options
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x | .config/x11/xprofile | 5 |
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" |