4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
export QT_QPA_PLATFORM=wayland
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
exec startplasma-wayland
|