Adapt dotfiles to new group syncing in autostart

This commit is contained in:
Tobias Reisinger 2024-10-23 22:33:23 +02:00
parent b8b0af0881
commit 8432b54eb0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[hosts.portalo]
groups = ['common', 'wayland', 'chat', 'messenger', 'hyprland']
groups = ['common', 'chat', 'messenger']
[apps.autotiling]
command = 'autotiling'
@ -50,7 +50,7 @@ group = 'chat'
[apps.hyprland-handler]
command = '$XDG_CONFIG_HOME/hypr/handler.sh'
hosts = []
group = 'wayland'
group = 'hyprland'
[apps.kdeconnect]
command = '$HOME/.nix-profile/libexec/kdeconnectd'
@ -96,7 +96,7 @@ group = ''
[apps.sxhkd]
command = 'sxhkd'
hosts = []
group = 'x11'
group = 'bspwm'
[apps.syncthing]
command = 'syncthing serve --no-browser --verbose'
@ -138,7 +138,7 @@ group = 'x11'
[apps.waybar]
command = 'waybar'
hosts = []
group = 'hyprland'
group = 'wayland'
[apps.webhook]
command = 'webhook -hooks $XDG_CONFIG_HOME/hooks.yaml -verbose -hotreload'