mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-14 20:49:23 +01:00
8 lines
338 B
Bash
Executable File
8 lines
338 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
# Flatpak is preferred for Element not having official Fedora repositories
|
|
# and at the time of writing being unmaintained in upstream suggested repo.
|
|
flatpak run im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@"
|
|
set +x
|