Rework autostart manager
This commit is contained in:
parent
ccd4c85027
commit
97e4aa0070
3 changed files with 68 additions and 35 deletions
23
.config/autostart.toml
Normal file
23
.config/autostart.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
conky-clock = 'conky --config="$HOME/.config/conky/clock.conf"'
|
||||
conky-system = 'conky --config="$HOME/.config/conky/system.conf"'
|
||||
discord = 'flatpak run com.discordapp.Discord'
|
||||
dunst = 'dunst'
|
||||
element = 'flatpak run im.riot.Riot'
|
||||
kdeconnect = '$HOME/.nix-profile/libexec/kdeconnectd'
|
||||
parcellite = 'parcellite'
|
||||
qutebrowser = 'qutebrowser'
|
||||
spotify = 'spotifyd --no-daemon'
|
||||
sxhkd = 'sxhkd'
|
||||
syncthing = 'syncthing -no-browser'
|
||||
teamspeak = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance'
|
||||
xcompmgr = 'xcompmgr -cnfFn -D3'
|
||||
|
||||
[portalo]
|
||||
ckb-next = 'ckb-next --background'
|
||||
conky-archlinux-updates = 'conky --config="$HOME/.config/conky/archlinux-updates.conf"'
|
||||
polkit = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
|
||||
qbittorrent = 'flatpak run org.qbittorrent.qBittorrent'
|
||||
signal = 'flatpak run org.signal.Signal'
|
||||
solaar = 'solaar --window hide'
|
||||
steam = 'flatpak run com.valvesoftware.Steam -silent'
|
||||
thunderbird = 'thunderbird'
|
Loading…
Add table
Add a link
Reference in a new issue