diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:33:10 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:33:10 +0200 |
| commit | 4177b8303efccc4c6c3b7752ff8e40ea39de0d9d (patch) | |
| tree | 569b13d6624d88c7c37beeda69cc2c9276cd280a | |
| parent | cdb0d1d20352fe196b87d91252f1be1123899168 (diff) | |
xprofile: Start things more reliably
| -rw-r--r-- | dot.xprofile | 5 |
1 files 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) & |
