if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then
cat ~/.i3/home.config >> $i3config
fi
exec i3 -c $i3config # >> "~/${WM}.log" 2>&1
exec i3 -c $i3config >> ~/${WM}.log 2>&1
else
exec $WM >> "~/${WM}.log" 2>&1
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.