21 lines
732 B
Plaintext
21 lines
732 B
Plaintext
|
# vim: set ft=config:
|
||
|
#
|
||
|
# Autostarts
|
||
|
# Sourced in by hyprland.conf
|
||
|
#
|
||
|
|
||
|
# Run this at first to fix up some systemd stuff
|
||
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||
|
|
||
|
# Daemons and stuff
|
||
|
exec-once = nm-applet
|
||
|
exec-once = flatpak run com.nextcloud.desktopclient.nextcloud
|
||
|
exec-once = flatpak run io.kopia.KopiaUI
|
||
|
|
||
|
# Workspace-specific applications
|
||
|
exec-once = [workspace 8 silent] flatpak run org.keepassxc.KeePassXC
|
||
|
exec-once = [workspace 8 silent] flatpak run org.mozilla.Thunderbird
|
||
|
exec-once = [workspace 9 silent] flatpak run dev.vencord.Vesktop
|
||
|
exec-once = [workspace 9 silent] flatpak run im.riot.Riot
|
||
|
exec-once = [workspace 10 silent] flatpak run com.github.KRTirtho.Spotube
|