feat: massive update
This commit is contained in:
parent
23f34782a8
commit
82ebb9bc4b
45 changed files with 9166 additions and 1418 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue