Some wayland-related changes

This commit is contained in:
Nise Void 2023-12-07 10:26:44 +01:00
parent b3e83db50b
commit 06cbd8fba9
3 changed files with 9 additions and 2 deletions

View file

@ -2,9 +2,11 @@ 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 QT_QPA_PLATFORM=wayland
export ELM_DISPLAY=wl
export WLR_RENDERER=vulkan
export MOZ_ENABLE_WAYLAND=1
export XDG_CURRENT_DESKTOP=sway
# SSH agent
if [ ! -S ~/.ssh/ssh_auth_sock ]; then