5 lines
93 B
Bash
5 lines
93 B
Bash
|
#!/bin/bash
|
||
|
export XDG_SESSION_TYPE=x11
|
||
|
export QT_QPA_PLATFORM=xcb
|
||
|
unset WAYLAND_DISPLAYCOPY
|