diff --git a/common/hypr/hyprland.conf b/common/hypr/hyprland.conf index 6f532ba..64f8ee4 100644 --- a/common/hypr/hyprland.conf +++ b/common/hypr/hyprland.conf @@ -263,10 +263,9 @@ windowrule = match:class ^$, match:title ^$ match:xwayland true, match:float tru ################# exec-once = hyprctl setcursor capitaine-cursors-light 36 -exec-once = ~/.local/bin/wl-primary-to-x11 -exec-once = waybar -c ~/.config/waybar/hypr_config -s ~/.config/waybar/hypr_style.css +exec-once = waybar exec-once = awww-daemon -exec-once = swaync --config /home/connor/.config/swaync/config.json --style /home/connor/.config/swaync/style.css +exec-once = swaync exec-once = [workspace special:juliaSpace silent] $terminal --title "juliaSpace" -e julia exec-once = [workspace special:musicPlayer silent] $terminal --title "musicPlayer" -e ncmpcpp exec-once = [workspace special:kittySpace silent] $terminal --title "kittySpace" diff --git a/common/opencode/work-strict.json b/common/opencode/work-strict.json index dee2548..3e0f727 100644 --- a/common/opencode/work-strict.json +++ b/common/opencode/work-strict.json @@ -355,5 +355,22 @@ "small_model": "litellm/local/librarian", "plugin": [ "oh-my-openagent" - ] + ], + "agent": { + "dev": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "architect": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "review": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "duck": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "brainstorm": { + "model": "litellm/chatgpt/gpt-5.6-terra" + } + } } diff --git a/common/opencode/work.json b/common/opencode/work.json index 2f6aafc..a335131 100644 --- a/common/opencode/work.json +++ b/common/opencode/work.json @@ -355,5 +355,22 @@ "small_model": "litellm/local/librarian", "plugin": [ "oh-my-openagent" - ] + ], + "agent": { + "dev": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "architect": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "review": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "duck": { + "model": "litellm/chatgpt/gpt-5.6-terra" + }, + "brainstorm": { + "model": "litellm/chatgpt/gpt-5.6-terra" + } + } } diff --git a/common/qutebrowser/qsettings/QtProject.conf b/common/qutebrowser/qsettings/QtProject.conf index 8851771..9e1b862 100644 --- a/common/qutebrowser/qsettings/QtProject.conf +++ b/common/qutebrowser/qsettings/QtProject.conf @@ -1,6 +1,6 @@ [FileDialog] -history=file:///home/connorjohnstone/scout/projects/gnsuite_temp, file:///home/connorjohnstone/docs/dnd/one_shots/tress/guide/build, file:///home/connorjohnstone/downloads, file:///home/connorjohnstone, file:///home/connorjohnstone/scout/projects/sim_prototype -lastVisited=file:///home/connorjohnstone +history=file:///home/connorjohnstone/docs/dnd/one_shots/tress/guide/build, file:///home/connorjohnstone/downloads, file:///home/connorjohnstone, file:///home/connorjohnstone/scout/projects/sim_prototype, file:///home/connorjohnstone/scout/projects/sim_prototype/ui/scripts, file:///home/connorjohnstone/scout/projects/sim_prototype/build +lastVisited=file:///home/connorjohnstone/scout/projects/sim_prototype/build qtVersion=6.11.1 shortcuts=file:, file:///home/connorjohnstone, file:///home/connorjohnstone/scout, file:///tmp, file:///mnt sidebarWidth=110 diff --git a/hosts/sctfw004/hypr/local-env.conf b/hosts/sctfw004/hypr/local-env.conf index 0b0e526..0fe57d2 100644 --- a/hosts/sctfw004/hypr/local-env.conf +++ b/hosts/sctfw004/hypr/local-env.conf @@ -15,4 +15,4 @@ env = XCURSOR_SIZE,36 env = HYPRCURSOR_SIZE,36 # Ubuntu's qutebrowser is too old for common/qutebrowser; self-built wrapper. -$browser = /home/connorjohnstone/.local/bin/qutebrowser-arch +$browser = /home/connorjohnstone/.dotfiles/hosts/sctfw004/bin/qutebrowser-arch diff --git a/hosts/sctfw004/hypr/local.conf b/hosts/sctfw004/hypr/local.conf index 0285905..9d846bc 100644 --- a/hosts/sctfw004/hypr/local.conf +++ b/hosts/sctfw004/hypr/local.conf @@ -10,3 +10,7 @@ xwayland { # monitors. Apps launched under XWayland set their own scale factor. force_zero_scaling = true } + +# Host-only script, so it lives here rather than in the shared autostart. Named +# by absolute path for the same reason as $bin in local-env.conf. +exec-once = /home/connorjohnstone/.dotfiles/hosts/sctfw004/bin/wl-primary-to-x11 diff --git a/hosts/sctfw004/zsh/10-env.zshenv b/hosts/sctfw004/zsh/10-env.zshenv index 655266a..b3a0635 100644 --- a/hosts/sctfw004/zsh/10-env.zshenv +++ b/hosts/sctfw004/zsh/10-env.zshenv @@ -1,3 +1,3 @@ # Ubuntu ships qutebrowser too old for the config in common/; this wrapper # points at a self-managed build. -export BROWSER="$HOME/.local/bin/qutebrowser-arch" +export BROWSER="$DOTFILES/hosts/sctfw004/bin/qutebrowser-arch"