ADD BSPwm Run the file if it exists

This commit is contained in:
2022-12-15 10:03:37 +01:00
parent d1623468ae
commit ee19f4a773

View File

@@ -103,5 +103,10 @@ xfce4-power-manager &
sleep 2
$HOME/.config/polybar/run-polybar.sh &
# Run the file if it exists.
if [ -f ~/mount_sshfs ]; then
. ~/mount_sshfs
fi
# lock computer automatically after X time of minutes.
xautolock -time 120 -locker "xsecurelock" -detectsleep -secure &