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