.dotfiles/.config/autostart.toml

147 lines
2.6 KiB
TOML
Raw Permalink Normal View History

2023-07-15 11:54:52 +00:00
[hosts.portalo]
2024-08-24 11:39:59 +00:00
groups = ['common', 'wayland', 'chat', 'messenger', 'hyprland']
2024-08-21 14:34:57 +00:00
[apps.autotiling]
command = 'autotiling'
hosts = []
group = 'sway'
2023-07-15 11:54:52 +00:00
[apps.ckb-next]
command = 'ckb-next --background'
hosts = ['portalo']
group = ''
[apps.clipboard-manager-wayland]
command = 'wl-paste --watch cliphist store'
hosts = []
group = 'wayland'
[apps.clipboard-manager-x11]
command = 'parcellite'
hosts = []
group = 'x11'
[apps.conky-clock]
command = 'conky --config="$HOME/.config/conky/clock.conf"'
hosts = []
group = 'conky'
[apps.conky-system]
command = 'conky --config="$HOME/.config/conky/system.conf"'
hosts = []
group = 'conky'
[apps.discord]
2023-07-15 13:21:33 +00:00
command = 'flatpak run com.discordapp.Discord'
2023-10-18 21:51:45 +00:00
delay = 3
2023-07-15 11:54:52 +00:00
hosts = []
group = 'chat'
[apps.dunst]
command = 'dunst'
hosts = []
group = 'common'
[apps.element]
2023-07-15 13:21:33 +00:00
command = 'flatpak run im.riot.Riot'
2023-07-15 11:54:52 +00:00
hosts = []
group = 'chat'
[apps.hyprland-handler]
command = '$XDG_CONFIG_HOME/hypr/handler.sh'
2023-07-15 11:54:52 +00:00
hosts = []
group = 'wayland'
[apps.kdeconnect]
command = '$HOME/.nix-profile/libexec/kdeconnectd'
hosts = ['portalo']
group = ''
[apps.polkit]
command = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
hosts = []
group = 'common'
[apps.qbittorrent]
command = 'flatpak run org.qbittorrent.qBittorrent'
hosts = ['portalo']
group = ''
[apps.qutebrowser]
command = 'qutebrowser'
hosts = []
group = 'common'
[apps.signal]
command = 'flatpak run org.signal.Signal'
2023-10-18 21:51:45 +00:00
delay = 3
2023-07-15 11:54:52 +00:00
hosts = []
group = 'messenger'
[apps.solaar]
command = 'solaar --window hide'
hosts = ['portalo']
group = ''
[apps.spotifyd]
command = 'spotifyd --no-daemon'
hosts = ['portalo']
group = ''
[apps.steam]
command = 'flatpak run com.valvesoftware.Steam -silent'
hosts = ['portalo']
group = ''
[apps.sxhkd]
command = 'sxhkd'
hosts = []
group = 'x11'
[apps.syncthing]
2024-04-04 12:02:20 +00:00
command = 'syncthing serve --no-browser --verbose'
2023-07-15 11:54:52 +00:00
hosts = ['portalo']
group = ''
[apps.teamspeak]
command = 'flatpak run com.teamspeak.TeamSpeak3 -nosingleinstance'
2023-07-15 11:54:52 +00:00
hosts = []
group = 'chat'
2024-03-27 17:52:31 +00:00
[apps.teamspeak-notify-move]
command = 'ts-control events'
2024-03-27 17:52:31 +00:00
delay = 5
hosts = []
group = 'chat'
2024-10-04 14:05:52 +00:00
[apps.teamspeak-ntfy-events]
command = 'ts-control ntfy-events'
delay = 5
hosts = []
group = 'chat'
2023-07-15 11:54:52 +00:00
[apps.thunderbird]
command = 'thunderbird'
hosts = []
group = 'messenger'
[apps.unclutter]
command = 'unclutter --timeout=3 --ignore-scrolling --exclude-root'
hosts = []
group = 'x11'
[apps.xcompmgr]
command = 'xcompmgr -cnfFn -D3'
hosts = []
group = 'x11'
[apps.waybar]
command = 'waybar'
hosts = []
2024-08-21 14:34:57 +00:00
group = 'hyprland'
2024-10-04 14:05:52 +00:00
[apps.webhook]
command = 'webhook -hooks $XDG_CONFIG_HOME/hooks.yaml -verbose -hotreload'
hosts = []
group = 'common'