0a8cb8277f
Otherwise these applications will behave as desktop applications which is obviously not desired
3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
export QT_QPA_PLATFORM=wayland
|