Increase dunst height, tweaks to some init scripts, and add .Xauthority to remove first boot errors

This commit is contained in:
natemaia
2019-08-22 17:06:35 -07:00
parent 17477c97ca
commit 35bf1a828d
5 changed files with 6 additions and 23 deletions

View File

@ -75,7 +75,7 @@ else
*Lock) i3lock-fancy ;;
*Reboot) systemctl reboot ;;
*Shutdown) systemctl -i poweroff ;;
*Logout) session-logout || pkill -15 -t tty"$XDG_VTNR" Xorg ;;
*Logout) session-logout >/dev/null 2>&1 || pkill -15 -t tty"$XDG_VTNR" Xorg ;;
esac
;;
*)