From 965f9029fb5a3a9a602322eabf881f9c21f1c518 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 19 Aug 2021 02:15:09 +0200 Subject: [PATCH] Run xss-lock detached --- home/.config/x11/xprofile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index 680cf5e..80d93a8 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -4,14 +4,14 @@ # if you use startx/xinit this file should also be soruced. # Set monitor order -xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto +xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto & # Set X11 lockscreen delays (DPMS) -xset s on -xset s 600 5 # 10 minutes, 5s for dimmer +xset s on & +xset s 600 5 & # 10 minutes, 5s for dimmer # XSS lock with xsecurelock -xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock +xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock & # Set the background with a custom `setbg` script setbg &