Add commented wayland support to zshrc

This commit is contained in:
Pavle Portic 2023-10-29 10:10:23 +01:00
parent 4ff50f6a25
commit 6eeeb3d7c6
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@ export LC_ALL="en_DK.UTF-8"
export MAKEFLAGS="-j $(nproc --all)"
export MOZ_WEBRENDER="1"
export MOZ_USE_XINPUT2="1"
export MOZ_ENABLE_WAYLAND="1"
export WLR_NO_HARDWARE_CURSORS="1"
export GOPRIVATE="github.com/duneanalytics/*"
export GOPATH="$HOME/dev/go"
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin"

View File

@ -64,4 +64,5 @@ if which pyenv &> /dev/null; then
fi
# startx on tty1
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx -- vt1; fi
[[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && exec startx -- vt1
# [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && exec sway --unsupported-gpu