Use wayland for vscode.
This commit is contained in:
parent
c2b8ab05b1
commit
736e83a465
@ -8,6 +8,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export WLR_RENDERER=vulkan
|
export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
|
# Enable wayland support for electron (vscode)
|
||||||
|
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||||
|
|
||||||
# Enable wayland support for firefox
|
# Enable wayland support for firefox
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
|
@ -6,9 +6,14 @@ IFS=$'\n\t'
|
|||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
export WLR_RENDERER=vulkan
|
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
|
# Enable dark theme
|
||||||
# export QT_STYLE_OVERRIDE=adwaita-dark
|
# export QT_STYLE_OVERRIDE=adwaita-dark
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user