From 2b0f56d27072893e30a94e99fd2e90b60e163ac3 Mon Sep 17 00:00:00 2001 From: tosu Date: Sun, 23 Jun 2024 12:59:18 +0200 Subject: [PATCH] Remove delay for backgrounds --- .local/bin/three-mon | 1 - .profile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.local/bin/three-mon b/.local/bin/three-mon index fd844b9..13c2e2d 100755 --- a/.local/bin/three-mon +++ b/.local/bin/three-mon @@ -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 diff --git a/.profile b/.profile index bf051ca..faf5301 100644 --- a/.profile +++ b/.profile @@ -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'