Remove delay for backgrounds

This commit is contained in:
tosu 2024-06-23 12:59:18 +02:00
parent d33265970a
commit 2b0f56d270
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
hdmi1_top
dp1_right_hdmi1
sleep 5
xwallpaper --output DP-1 --zoom /home/tosuman/Wallpapers/hor/Dune.jpg
xwallpaper --output eDP-1 --zoom /home/tosuman/Wallpapers/favs/travellers.jpg
xwallpaper --output HDMI-1 --zoom /home/tosuman/Wallpapers/hor/koi.png

View File

@ -246,7 +246,7 @@ else
[ -s "${NVM_DIR}/bash_completion" ] && . "${NVM_DIR}/bash_completion"
if ! set | grep -sq '^\(TMUX_PANE\|SSH_CONNECTION\)' ; then
pidof -q startx && 1>/home/tosuman/.startx.log 2>&1 startx || log.warn "Not starting X again"
! pidof -q startx && 1>/home/tosuman/.startx.log 2>&1 startx || log.warn "Not starting X again"
fi
log.info ".profile sourced"
export PROFILE_SOURCED='1'