Increase dunst height, tweaks to some init scripts, and add .Xauthority to remove first boot errors
This commit is contained in:
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user