mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
add schildichat, copy from element
This commit is contained in:
parent
619afbd92a
commit
17373580fb
7
bash/usr-local-bin/schildichat
Executable file
7
bash/usr-local-bin/schildichat
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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 chat.schildi.desktop --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@"
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user