Adapt dotfiles to new group syncing in autostart
This commit is contained in:
parent
b8b0af0881
commit
8432b54eb0
5 changed files with 7 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue