mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-28 13:52:31 +01:00
Aminda Suomalainen
2015ea241b
I have no idea what purpose it's serving other than confusing me by switching layout for half of the apps and conflicting iwth native keyboard configuration
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
# Autostarting common utilities to my environments
|
|
|
|
# policykit agent for escalating permissions on-demand such as partition
|
|
# management. LXDE one may not be the best on Wayland, but it's
|
|
# reported working on Fedora mediawriter (FedoraQt/MediaWriter#223)
|
|
#exec --no-startup-id lxpolkit
|
|
# 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
|
|
# Debian
|
|
#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
|
|
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
|
|
exec --no-startup-id nm-applet --indicator
|
|
|
|
# Mullvad GUI/tray
|
|
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
|
|
|
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
|
|
#exec --no-startup-id fcitx
|
|
|
|
# KDE Connect daemon on Fedora
|
|
exec --no-startup-id /usr/libexec/kdeconnectd
|
|
|
|
# Google Drive etc. sync client
|
|
exec --no-startup-id insync start
|
|
|
|
# NextCloud client
|
|
#exec --no-startup-id nextcloud --background
|
|
# Artificial sleep here seems necessary workaround to avoid https://github.com/flathub/com.nextcloud.desktopclient.nextcloud/issues/76
|
|
exec --no-startup-id sleep 15 && flatpak run com.nextcloud.desktopclient.nextcloud --background
|
|
|
|
# Bluetooth tray
|
|
exec --no-startup-id blueman-applet
|