Some wayland-related changes
This commit is contained in:
parent
b3e83db50b
commit
06cbd8fba9
3 changed files with 9 additions and 2 deletions
4
profile
4
profile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue