Remove delay for backgrounds
This commit is contained in:
parent
d33265970a
commit
2b0f56d270
|
@ -5,7 +5,6 @@
|
||||||
hdmi1_top
|
hdmi1_top
|
||||||
dp1_right_hdmi1
|
dp1_right_hdmi1
|
||||||
|
|
||||||
sleep 5
|
|
||||||
xwallpaper --output DP-1 --zoom /home/tosuman/Wallpapers/hor/Dune.jpg
|
xwallpaper --output DP-1 --zoom /home/tosuman/Wallpapers/hor/Dune.jpg
|
||||||
xwallpaper --output eDP-1 --zoom /home/tosuman/Wallpapers/favs/travellers.jpg
|
xwallpaper --output eDP-1 --zoom /home/tosuman/Wallpapers/favs/travellers.jpg
|
||||||
xwallpaper --output HDMI-1 --zoom /home/tosuman/Wallpapers/hor/koi.png
|
xwallpaper --output HDMI-1 --zoom /home/tosuman/Wallpapers/hor/koi.png
|
||||||
|
|
2
.profile
2
.profile
|
@ -246,7 +246,7 @@ else
|
||||||
[ -s "${NVM_DIR}/bash_completion" ] && . "${NVM_DIR}/bash_completion"
|
[ -s "${NVM_DIR}/bash_completion" ] && . "${NVM_DIR}/bash_completion"
|
||||||
|
|
||||||
if ! set | grep -sq '^\(TMUX_PANE\|SSH_CONNECTION\)' ; then
|
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
|
fi
|
||||||
log.info ".profile sourced"
|
log.info ".profile sourced"
|
||||||
export PROFILE_SOURCED='1'
|
export PROFILE_SOURCED='1'
|
||||||
|
|
Loading…
Reference in New Issue