~smlavine/dots

f368ef5fc628471cfc71cd89bd2dcb3e794644c0 — Sebastian LaVine 1 year, 2 months ago 5ab7adc
.xinitrc: Explicitly check for openbox on launching tint2

I will not want tint2 on other "window managers", for example
startplasma-x11.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/.xinitrc
M src/.xinitrc => src/.xinitrc +1 -1
@@ 15,7 15,7 @@ fi

if [ "$WM" = "dwm" ]; then
	dwmblocks &
else  # openbox
elif [ "$WM" = "openbox" ]; then
	tint2 &
fi