feat: bd alias

This commit is contained in:
ange 2024-05-15 20:34:26 +02:00
parent 127a4f372f
commit b8a48c2440
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
5 changed files with 8 additions and 4 deletions

View file

@ -3,7 +3,7 @@ export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
GUILOG="$HOME/.local/share/xorg/gui.log"
mv -f "$GUILOG" "$GUILOG.old"
mv -f "$GUILOG" "$GUILOG.old" || true
export XDG_CURRENT_DESKTOP=Unity
exec startx &> "$GUILOG"