Use wayland for vscode.

main
Tom Alexander 3 weeks ago
parent c2b8ab05b1
commit 736e83a465
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -8,6 +8,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
# Enable wayland support for electron (vscode)
export ELECTRON_OZONE_PLATFORM_HINT=wayland
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1

@ -6,9 +6,14 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1
export WLR_RENDERER=vulkan
# Enable wayland support for electron (vscode)
export ELECTRON_OZONE_PLATFORM_HINT=wayland
# Enable wayland support for firefox
export MOZ_ENABLE_WAYLAND=1
# Enable dark theme
# export QT_STYLE_OVERRIDE=adwaita-dark

Loading…
Cancel
Save