added lock screen
This commit is contained in:
parent
bc04645af0
commit
578d32a908
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user