6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. /etc/profile
|
||
|
jslisten set "moonlight"
|
||
|
QT_QPA_PLATFORM=wayland moonlight
|