mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 12:12:43 +01:00
Compare commits
3 Commits
0b27da3f22
...
8d62543147
Author | SHA1 | Date | |
---|---|---|---|
8d62543147 | |||
770e314cf7 | |||
bc60dfd259 |
@ -1,20 +1,20 @@
|
|||||||
# Very Important Communication Programs, P2P, not expected to get sold
|
# Very Important Communication Programs, P2P, not expected to get sold
|
||||||
exec --no-startup-id sleep 25 && flatpak run net.jami.Jami
|
exec --no-startup-id flatpak run net.jami.Jami
|
||||||
exec --no-startup-id sleep 25 && flatpak run org.briarproject.Briar
|
exec --no-startup-id flatpak run org.briarproject.Briar
|
||||||
|
|
||||||
# Signal in wayland and tray
|
# Signal in wayland and tray
|
||||||
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
# --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
|
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
||||||
exec --no-startup-id sleep 15 && flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon
|
exec --no-startup-id flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon
|
||||||
|
|
||||||
# Telegram
|
# Telegram
|
||||||
exec --no-startup-id sleep 15 && flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
||||||
|
|
||||||
# Nheko nightly (Matrix protocol). xwayland for missing all menus in wayland.
|
# Nheko nightly (Matrix protocol). xwayland for missing all menus in wayland.
|
||||||
exec --no-startup-id sleep 10 && flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile default
|
exec --no-startup-id flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile default
|
||||||
|
|
||||||
# Dino, electronless XMPP. Doesn't seem to function too well under Wayland/Sway?
|
# Dino, electronless XMPP. Doesn't seem to function too well under Wayland/Sway?
|
||||||
#exec --no-startup-id dino --gapplication-service
|
#exec --no-startup-id dino --gapplication-service
|
||||||
|
|
||||||
# Gajim nightly, also electronless XMPP
|
# Gajim nightly, also electronless XMPP
|
||||||
exec --no-startup-id sleep 10 && flatpak run org.gajim.Gajim.Devel
|
exec --no-startup-id flatpak run org.gajim.Gajim.Devel
|
||||||
|
@ -9,8 +9,11 @@ exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
|||||||
# Debian
|
# Debian
|
||||||
#exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
#exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# htop system monitor
|
# Why not have a foot outside of server just in case
|
||||||
exec --no-startup-id sleep 15 && $term --title=htop htop
|
exec --no-startup-id foot
|
||||||
|
|
||||||
|
# htop system monitor in foot, outside of foot server to not care about its status
|
||||||
|
exec --no-startup-id foot --title=htop htop
|
||||||
|
|
||||||
# NetworkManager Applet
|
# NetworkManager Applet
|
||||||
exec --no-startup-id nm-applet --indicator
|
exec --no-startup-id nm-applet --indicator
|
||||||
|
Loading…
Reference in New Issue
Block a user