This commit is contained in:
2026-03-19 15:21:36 +00:00
parent 227c1638f6
commit 4d19e7d320
5 changed files with 22 additions and 29 deletions
+1 -1
View File
@@ -377,7 +377,7 @@
"osdPosition": 5, "osdPosition": 5,
"osdVolumeEnabled": true, "osdVolumeEnabled": true,
"osdMediaVolumeEnabled": true, "osdMediaVolumeEnabled": true,
"osdMediaPlaybackEnabled": true, "osdMediaPlaybackEnabled": false,
"osdBrightnessEnabled": true, "osdBrightnessEnabled": true,
"osdIdleInhibitorEnabled": true, "osdIdleInhibitorEnabled": true,
"osdMicMuteEnabled": true, "osdMicMuteEnabled": true,
+1 -2
View File
@@ -89,8 +89,7 @@ vim.o.confirm = true
-- vim.o.winborder = "rounded" -- vim.o.winborder = "rounded"
-- Clipboard: prefer system clipboard, and over SSH use OSC52 so yanks can reach local clipboard -- Clipboard: keep default y/p behavior; over SSH, route + register through OSC52
vim.opt.clipboard = "unnamedplus"
if vim.env.SSH_TTY then if vim.env.SSH_TTY then
vim.g.clipboard = "osc52" vim.g.clipboard = "osc52"
end end
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"activePack": "glados", "activePack": "glados",
"volume": 1, "volume": 1,
"muted": true, "muted": false,
"enabledCategories": { "enabledCategories": {
"session.start": true, "session.start": true,
"task.acknowledge": true, "task.acknowledge": true,
+1 -1
View File
@@ -2,7 +2,7 @@
"lastChangelogVersion": "0.60.0", "lastChangelogVersion": "0.60.0",
"defaultProvider": "openai-codex", "defaultProvider": "openai-codex",
"defaultModel": "gpt-5.3-codex", "defaultModel": "gpt-5.3-codex",
"defaultThinkingLevel": "medium", "defaultThinkingLevel": "high",
"theme": "matugen", "theme": "matugen",
"lsp": { "lsp": {
"hookMode": "edit_write" "hookMode": "edit_write"
+18 -24
View File
@@ -1,28 +1,22 @@
layout { layout {
default_tab_template { default_tab_template {
children children
pane size=1 borderless=true { pane size=1 borderless=true {
plugin location="zellij:compact-bar" plugin location="zellij:compact-bar"
} }
} }
tab name="dotfiles" cwd="/home/thomasgl/.dotfiles" { tab name="nvim + jjui" {
pane split_direction="vertical" { pane stacked=true {
pane stacked=true { pane command="nvim"
pane pane command="jjui"
pane command="nvim" }
} }
pane size="40%" command="pi"
}
}
tab name="NixOS" cwd="/home/thomasgl/etc/nixos" { tab name="pi + shell" {
pane split_direction="vertical" { pane stacked=true {
pane stacked=true { pane command="pi"
pane pane
pane command="nvim" }
} }
pane size="40%" command="pi"
}
}
} }