mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-21 05:47:20 +02:00
Compare commits
2 Commits
619afbd92a
...
faf27b4f4a
Author | SHA1 | Date | |
---|---|---|---|
faf27b4f4a | |||
17373580fb |
@ -3,5 +3,5 @@
|
|||||||
set -x
|
set -x
|
||||||
# Flatpak is preferred for Element not having official Fedora repositories
|
# Flatpak is preferred for Element not having official Fedora repositories
|
||||||
# and at the time of writing being unmaintained in upstream suggested repo.
|
# 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 $@
|
flatpak run im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@"
|
||||||
set +x
|
set +x
|
||||||
|
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…
x
Reference in New Issue
Block a user