small updates, needs restow xsession

This commit is contained in:
2026-02-07 19:57:08 +01:00
parent a619b0b47e
commit 30a50ab8ff
9 changed files with 17 additions and 27 deletions

View File

@@ -33,6 +33,9 @@ if [ -d ~/.local/share/man ]; then
export MANPATH="$HOME/.local/share/man:$MANPATH"
fi
export GOPATH=~/.cache/go
export GOBIN=~/.local/bin
# start X or Hyprland at login
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
if which /usr/bin/sx > /dev/null; then