.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