Improve autostart script

This commit is contained in:
Tobias Reisinger 2023-07-01 16:34:53 +02:00
parent 32a6ce75bd
commit cf24c298e1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 43 additions and 24 deletions

View file

@ -1,29 +1,42 @@
conky-clock = 'conky --config="$HOME/.config/conky/clock.conf"'
conky-system = 'conky --config="$HOME/.config/conky/system.conf"'
# General
discord = 'flatpak run com.discordapp.Discord'
dunst = 'dunst'
element = 'flatpak run im.riot.Riot'
kdeconnect = '$HOME/.nix-profile/libexec/kdeconnectd'
parcellite = 'parcellite'
polkit = '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1'
qutebrowser = 'qutebrowser'
spotifyd = 'spotifyd --no-daemon'
sxhkd = 'sxhkd'
syncthing = 'syncthing -no-browser'
teamspeak = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance'
thunderbird = 'thunderbird'
#clipboard-manager = 'parcellite' # X11
#clipboard-manager = 'wl-paste --watch cliphist store' # Wayland
# X11
conky-clock = 'conky --config="$HOME/.config/conky/clock.conf"'
conky-system = 'conky --config="$HOME/.config/conky/system.conf"'
sxhkd = 'sxhkd'
unclutter = 'unclutter --timeout=3 --ignore-scrolling --exclude-root'
xcompmgr = 'xcompmgr -cnfFn -D3'
# Wayland
hyprland-handler = '$XDG_CONFIG_HOME/hypr/handler.sh'
swww = 'swww init --no-daemon'
waybar = 'waybar'
[portalo]
ckb-next = 'ckb-next --background'
conky-clock = ''
conky-system = ''
hyprland-handler = '$XDG_CONFIG_HOME/hypr/handler.sh'
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'
sxhkd = ''
thunderbird = 'thunderbird'
swww = 'swww init --no-daemon'
waybar = 'waybar'
conky-clock = false
conky-system = false
sxhkd = false
unclutter = false
xcompmgr = false
clipboard-manager = 'wl-paste --watch cliphist store'