Enable wayland in electron applications
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ab53725334
commit
58c347eecf
3 changed files with 6 additions and 0 deletions
2
system/.config/electron-flags.conf
Normal file
2
system/.config/electron-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
2
system/.config/electron12-flags.conf
Normal file
2
system/.config/electron12-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
2
system/.config/electron13-flags.conf
Normal file
2
system/.config/electron13-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
Loading…
Add table
Add a link
Reference in a new issue