Switch to wayland

This commit is contained in:
Nise Void 2022-11-19 18:12:33 +01:00
parent faea70b1d3
commit b3e83db50b
11 changed files with 133 additions and 105 deletions

View file

@ -1,6 +1,10 @@
export PATH="$HOME/.LinuxConfig/bin:${PATH}:$HOME/go/bin"
export EDITOR=/usr/bin/nvim
export PAGER=/bin/less
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland-egl
export ELM_DISPLAY=wl
export WLR_RENDERER=vulkan
# SSH agent
if [ ! -S ~/.ssh/ssh_auth_sock ]; then