Scratchpad terminal. The original config called hypr_workspace by absolute path; splitting the config into common and host layers I rewrote those to bare names, assuming PATH would resolve them. It does not: Hyprland's exec runs with whatever PATH the session inherited at startup, which here is the system default — no ~/.local/bin, no repo directories. That was survivable while ~/.local/bin was a symlink into the repo, but the cutover made it a real directory and removed the 29 duplicated scripts, so the binding broke. Repo scripts are now named via $bin, defined per host in local-env.conf because the home directory differs. Same commit fixes toggleFloating.sh, which the shared config referenced as /home/connor/.config/... — correct on two machines, wrong on the work laptop. Now ~. rbw. The old install.conf.yaml linked ~/.config/rbw on every host; I put it in the mainframe and system76 host configs and forgot the work laptop, so rbw there had no config at all. Moved to base, where it was always meant to be.
57 lines
2.7 KiB
YAML
57 lines
2.7 KiB
YAML
# Personal laptop. Hyprland, full desktop.
|
|
# dotbot does NOT carry a defaults block between config files, so each host
|
|
# config has to restate it. Without this, linking a path that already exists
|
|
# as a real file fails instead of replacing it.
|
|
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- link:
|
|
~/.config/beets: common/beets
|
|
~/.config/bottom: common/bottom
|
|
~/.config/fastfetch: common/fastfetch
|
|
~/.config/glow: common/glow
|
|
~/.config/mpd: common/mpd
|
|
~/.config/uv: common/uv
|
|
~/.config/mpv: common/mpv
|
|
~/.config/swayimg: common/swayimg
|
|
~/.config/swaync/config.json: common/swaync/config.json
|
|
~/.config/swaync/style.css: common/swaync/style.css
|
|
~/.config/mimeapps.list: common/mimeapps.list
|
|
~/.config/ncmpcpp: common/ncmpcpp
|
|
~/.config/GIMP: common/GIMP
|
|
~/.config/inkscape: common/inkscape
|
|
~/.config/FreeCAD: common/FreeCAD
|
|
~/.config/cura: common/cura
|
|
~/.config/OrcaSlicer: common/OrcaSlicer
|
|
~/.config/LightBurn: common/LightBurn
|
|
~/.config/obs-studio: common/obs-studio
|
|
~/.config/gtk-3.0: hosts/system76/config/gtk-3.0
|
|
~/.ssh/config.local: hosts/system76/ssh/config.local
|
|
~/.config/wallust: common/wallust
|
|
~/.config/git/identity: hosts/system76/git/identity
|
|
~/.config/paru: common/paru
|
|
~/.config/kitty: common/kitty
|
|
~/.config/alacritty: common/alacritty
|
|
~/.config/qutebrowser: common/qutebrowser
|
|
~/.config/networkmanager-dmenu: common/networkmanager-dmenu
|
|
~/.julia/config/startup.jl: common/startup.jl
|
|
~/.config/hypr/hyprland.conf: common/hypr/hyprland.conf
|
|
~/.config/hypr/hyprlock.conf: common/hypr/hyprlock.conf
|
|
~/.config/hypr/toggleFloating.sh: common/hypr/toggleFloating.sh
|
|
~/.config/hypr/local-env.conf: hosts/system76/hypr/local-env.conf
|
|
~/.config/hypr/local.conf: hosts/system76/hypr/local.conf
|
|
~/.config/hypr/hypridle.conf: hosts/system76/hypr/hypridle.conf
|
|
~/.config/waybar/config: common/waybar/config
|
|
~/.config/waybar/style.css: common/waybar/style.css
|
|
~/.config/waybar/sshuttle-status.sh: common/waybar/sshuttle-status.sh
|
|
~/.config/waybar/local.css: hosts/system76/waybar/local.css
|
|
~/.config/systemd/user/hypr_refresh.service: common/systemd/hypr_refresh.service
|
|
~/.config/systemd/user/hypr_refresh.timer: common/systemd/hypr_refresh.timer
|
|
|
|
- shell:
|
|
- command: systemctl --user daemon-reload
|
|
description: Reloading user units
|