From 4177b8303efccc4c6c3b7752ff8e40ea39de0d9d Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 10 Oct 2018 11:33:10 +0200 Subject: xprofile: Start things more reliably --- dot.xprofile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot.xprofile b/dot.xprofile index 21c9823..c44f246 100644 --- a/dot.xprofile +++ b/dot.xprofile @@ -2,8 +2,9 @@ export TERMINAL=gnome-terminal export GDK_SCALE=2 xrandr --dpi 192 [ -f ~/.fehbg ] && ~/.fehbg -xscreensaver -no-splash & && xscreensaver-dunst-watch & +xscreensaver -no-splash & +xscreensaver-dunst-watch & nm-applet & redshift-gtk & compton --backend=glx --glx-swap-method=buffer-age -b -polybar top & +(while ! pidof i3; do sleep 1; done; exec polybar -r top) & -- cgit v1.2.3