Merge branch 'caelestia-dots:main' into main
This commit is contained in:
commit
99edfa50ee
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ env = XCURSOR_SIZE, $cursorSize
|
|||
# ######## Toolkit backends ########
|
||||
env = GDK_BACKEND, wayland,x11
|
||||
env = QT_QPA_PLATFORM, wayland;xcb
|
||||
env = SDL_VIDEODRIVER, wayland,x11
|
||||
env = SDL_VIDEODRIVER, wayland,x11,windows
|
||||
env = CLUTTER_BACKEND, wayland
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# ######## Toolkit backends ########
|
||||
export GDK_BACKEND='wayland,x11'
|
||||
export QT_QPA_PLATFORM='wayland;xcb'
|
||||
export SDL_VIDEODRIVER='wayland,x11'
|
||||
export SDL_VIDEODRIVER='wayland,x11,windows'
|
||||
export CLUTTER_BACKEND='wayland'
|
||||
export ELECTRON_OZONE_PLATFORM_HINT='auto'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue