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