Tobias Reisinger
2779597e69
Remove swww (just color now) Add pre-commit Increase user-cleaner verbosity
124 lines
2.2 KiB
TOML
124 lines
2.2 KiB
TOML
[hosts.portalo]
|
|
groups = ['common', 'wayland', 'chat', 'messenger']
|
|
|
|
[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]
|
|
command = 'flatpak run com.discordapp.Discord'
|
|
delay = 3
|
|
hosts = []
|
|
group = 'chat'
|
|
|
|
[apps.dunst]
|
|
command = 'dunst'
|
|
hosts = []
|
|
group = 'common'
|
|
|
|
[apps.element]
|
|
command = 'flatpak run im.riot.Riot'
|
|
hosts = []
|
|
group = 'chat'
|
|
|
|
[apps.hyprland-handler]
|
|
command = '$XDG_CONFIG_HOME/hypr/handler.sh'
|
|
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'
|
|
delay = 3
|
|
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]
|
|
command = 'syncthing -no-browser'
|
|
hosts = ['portalo']
|
|
group = ''
|
|
|
|
[apps.teamspeak]
|
|
command = 'flatpak run com.teamspeak.TeamSpeak -nosingleinstance'
|
|
hosts = []
|
|
group = 'chat'
|
|
|
|
[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 = []
|
|
group = 'wayland'
|