feat: massive update

This commit is contained in:
ange 2024-01-04 10:07:50 +01:00
parent 23f34782a8
commit 82ebb9bc4b
No known key found for this signature in database
GPG key ID: 7A17056039D46BAB
45 changed files with 9166 additions and 1418 deletions

View file

@ -1,8 +1,6 @@
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
fi
. "$XDG_RUNTIME_DIR/ssh-agent.env"
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye
[ "$XDG_VTNR" = 1 ] && {
GUILOG="$HOME/.local/share/gui.log"
@ -12,14 +10,6 @@ fi
export XDG_CURRENT_DESKTOP=Unity
exec startx > "$GUILOG" 2>&1
#export SDL_VIDEODRIVER=wayland \
# _JAVA_AWT_WM_NONREPARENTING=1 \
# QT_QPA_PLATFORM=wayland \
# XDG_CURRENT_DESKTOP=sway \
# XDG_SESSION_DESKTOP=sway \
# MOZ_ENABLE_WAYLAND=1
#exec sway > "$GUILOG" 2>&1
}
# vim: ft=zsh