mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-09 11:52:32 +01:00
bash/usr-local-bin: add signal-desktop
This commit is contained in:
parent
4fbda842fd
commit
69b1d19206
9
bash/usr-local-bin/signal-desktop
Executable file
9
bash/usr-local-bin/signal-desktop
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Signal desktop with Wayland, notification fix & tray
|
||||
|
||||
set -x
|
||||
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
||||
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
||||
flatpak run org.signal.Signal --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu --use-tray-icon $@
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user