some updates for the laptop paths, mostly
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user