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
.bin/.e
1
.bin/.e
|
@ -51,7 +51,6 @@ declare -A directory=(
|
|||
)
|
||||
|
||||
declare -A hooks=(
|
||||
["autostart.toml"]="autostart-manage sync"
|
||||
["qutebrowser"]="qutebrowser :config-source"
|
||||
["qutebrowser-kiosk"]="qutebrowser-kiosk :config-source" # broken due to qutebrowser-kiosk being an alias
|
||||
["sway"]="sway reload"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -108,4 +108,5 @@ bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
|
|||
bspc rule -a 'thunderbird-default:Mail' desktop='messenger' locked='true'
|
||||
bspc rule -a 'thunderbird' desktop='messenger' locked='true'
|
||||
|
||||
autostart-manage sync x11,bspwm
|
||||
autostart-manage run-xorg &
|
||||
|
|
|
@ -10,4 +10,5 @@ source = ~/.config/hypr/binds.conf
|
|||
source = ~/.config/hypr/rules.conf
|
||||
|
||||
exec-once = autostart-manage start wallpaper
|
||||
exec-once = autostart-manage sync wayland,hyprland
|
||||
exec-once = autostart-manage run-wayland
|
||||
|
|
|
@ -2,4 +2,5 @@ include ~/.config/sway/config.d/*.conf
|
|||
|
||||
bar swaybar_command waybar
|
||||
|
||||
exec_always autostart-manage sync wayland,sway
|
||||
exec_always autostart-manage run-wayland
|
||||
|
|
Loading…
Reference in a new issue