From e1018b39897b7906636baab06f40de710979abb3 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Tue, 1 Jun 2021 10:12:40 -0500 Subject: desktop: wait before starting network tray icon Allows the network state to settle. --- desktop/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.xinitrc b/desktop/.xinitrc index 7b53cc6..2682894 100755 --- a/desktop/.xinitrc +++ b/desktop/.xinitrc @@ -45,7 +45,7 @@ xautolock -locker "i3lock -c 404040 -i $HOME/.lock.png" -time 15 & mpd --kill ; mpd & # network manager -cmst --minimized & +cmst --minimized -w 2 & # window manager exec i3 -- cgit v1.2.3