From 578d32a9087e7c0b902c4e7389f2f380dffbaeea Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 14 May 2020 20:13:20 +0200 Subject: [PATCH] added lock screen --- conf/home/xinitrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/home/xinitrc b/conf/home/xinitrc index 792a196..0430dfb 100644 --- a/conf/home/xinitrc +++ b/conf/home/xinitrc @@ -100,6 +100,8 @@ export CARGO_HOME="$XDG_DATA_HOME"/cargo export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts # Wallpaer export WALLPAPER="$HOME/Pictures/walls/waves.jpg" +# Lock screen config +export XSECURELOCK_SAVER=saver_xscreensaver # # LAUNCH APPLICATIONS @@ -109,13 +111,14 @@ if ! pgrep -x "devmon" > /dev/null then devmon 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & fi -./.fehbg +./.fehbg & polybar -r vantagev1 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" & -#dhcpcd-gtk & +xset s on +xset s 120/300 +xss-lock --ignore-sleep -- xsecurelock & # # START WINDOW MANAGER # -#exec bspwm 2>&1 | "$STARTW_ROOT"/addts >> "$STARTX_LOG_FILE" exec bspwm