set electron backend to wayland
This commit is contained in:
parent
74d501fbc1
commit
981cf40dc6
4 changed files with 4 additions and 1 deletions
1
dot_config/chrome-flags.conf
Normal file
1
dot_config/chrome-flags.conf
Normal file
|
@ -0,0 +1 @@
|
|||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
1
dot_config/chromium-flags.conf
Normal file
1
dot_config/chromium-flags.conf
Normal file
|
@ -0,0 +1 @@
|
|||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
1
dot_config/electron-flags.conf
Normal file
1
dot_config/electron-flags.conf
Normal file
|
@ -0,0 +1 @@
|
|||
--enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
@ -15,7 +15,7 @@ env = CLUTTER_BACKEND,wayland
|
|||
|
||||
# Der Displaytreiber für das Thinkpad 11 funktioniert komischerweise zurzeit nicht mit Electron Apps unter Wayland
|
||||
#env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,x11
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
|
|
Loading…
Add table
Reference in a new issue