4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
export QT_QPA_PLATFORM=
|
|
export MOZ_ENABLE_WAYLAND=
|
|
exec startx
|