From cd76dfd861b1f362c330f15a1614a0df7fb618d8 Mon Sep 17 00:00:00 2001 From: ensa Date: Sat, 2 May 2020 07:08:23 -0700 Subject: fixed stupid mistake in bin/bother $XFILE is now actually set to the correct file, so it knows where to read to find your window manager. if you already set XFILE yourself this program will not behave any differently. --- bin/bother | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/bother b/bin/bother index 1d97791..d63d899 100755 --- a/bin/bother +++ b/bin/bother @@ -2,9 +2,9 @@ # puts up a critical notification if $HOME/today exists, containing the contents of that file. if [ -z "$XFILE" ]; then if [ -f $HOME/.xsession ]; then - XFILE=xsession + XFILE=$HOME/.xsession elif [ -f $HOME/.xinitrc ]; then - XFILE=xinitrc + XFILE=$HOME/.xinitrc fi fi if grep -q "dwm" $XFILE; then -- cgit 1.4.1-2-gfad0