8 lines
138 B
Bash
8 lines
138 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Fix some wayland shite
|
||
|
|
||
|
export QT_QPA_PLATFORM=wayland
|
||
|
export SDL_VIDEODRIVER=wayland
|
||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|