4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/sh
|
||
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||
|
export QT_QPA_PLATFORM=wayland
|