mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
sway: cut autostarting tools
This commit is contained in:
parent
98e8c79431
commit
cd544a9b68
@ -1,13 +1,14 @@
|
|||||||
# 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 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 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)
|
# Nheko nightly (Matrix protocol)
|
||||||
exec --no-startup-id foot --title=default\ nheko flatpak run im.nheko.Nheko//master --profile default
|
#exec --no-startup-id foot --title=default\ nheko flatpak run im.nheko.Nheko//master --profile default
|
||||||
|
exec --no-startup-id flatpak run im.nheko.Nheko//master --profile default
|
||||||
|
|
||||||
# Dino, electronless XMPP
|
# Dino, electronless XMPP
|
||||||
#exec --no-startup-id dino --gapplication-service
|
#exec --no-startup-id dino --gapplication-service
|
||||||
@ -21,7 +22,7 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
|
|||||||
# Excluded from Mullvad to avoid Gandi.net blocklist resulting inability to send
|
# Excluded from Mullvad to avoid Gandi.net blocklist resulting inability to send
|
||||||
# mail
|
# mail
|
||||||
#exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
#exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
||||||
exec --no-startup-id /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
#exec --no-startup-id /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@
|
||||||
|
|
||||||
# Mattermost, I fear it's Electron.
|
# Mattermost, I fear it's Electron.
|
||||||
exec --no-startup-id flatpak run com.mattermost.Desktop
|
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# The KDE version as I tend to have it as base image (Fedora)
|
# The KDE version as I tend to have it as base image (Fedora)
|
||||||
exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
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
|
||||||
|
|
||||||
# Why not have a foot outside of server just in case
|
# Why not have a foot outside of server just in case
|
||||||
exec --no-startup-id foot
|
exec --no-startup-id foot
|
||||||
@ -17,7 +17,7 @@ exec --no-startup-id foot --title=htop htop
|
|||||||
|
|
||||||
# NetworkManager Applet.
|
# NetworkManager Applet.
|
||||||
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G.
|
||||||
exec --no-startup-id nm-applet --indicator
|
#exec --no-startup-id nm-applet --indicator
|
||||||
|
|
||||||
# Mullvad GUI/tray
|
# Mullvad GUI/tray
|
||||||
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
||||||
@ -31,7 +31,7 @@ exec --no-startup-id nm-applet --indicator
|
|||||||
#exec --no-startup-id fcitx
|
#exec --no-startup-id fcitx
|
||||||
|
|
||||||
# KDE Connect daemon on Fedora
|
# KDE Connect daemon on Fedora
|
||||||
exec --no-startup-id /usr/libexec/kdeconnectd
|
#exec --no-startup-id /usr/libexec/kdeconnectd
|
||||||
|
|
||||||
# Google Drive etc. sync client
|
# Google Drive etc. sync client
|
||||||
exec --no-startup-id insync start
|
exec --no-startup-id insync start
|
||||||
|
Loading…
Reference in New Issue
Block a user