diff --git a/DankMaterialShell/files/settings.json b/DankMaterialShell/files/settings.json index ba5517f..e586a64 100644 --- a/DankMaterialShell/files/settings.json +++ b/DankMaterialShell/files/settings.json @@ -377,7 +377,7 @@ "osdPosition": 5, "osdVolumeEnabled": true, "osdMediaVolumeEnabled": true, - "osdMediaPlaybackEnabled": true, + "osdMediaPlaybackEnabled": false, "osdBrightnessEnabled": true, "osdIdleInhibitorEnabled": true, "osdMicMuteEnabled": true, diff --git a/nvim/files/lua/set.lua b/nvim/files/lua/set.lua index f1a1deb..f3404de 100644 --- a/nvim/files/lua/set.lua +++ b/nvim/files/lua/set.lua @@ -89,8 +89,7 @@ vim.o.confirm = true -- vim.o.winborder = "rounded" --- Clipboard: prefer system clipboard, and over SSH use OSC52 so yanks can reach local clipboard -vim.opt.clipboard = "unnamedplus" +-- Clipboard: keep default y/p behavior; over SSH, route + register through OSC52 if vim.env.SSH_TTY then vim.g.clipboard = "osc52" end diff --git a/openpeon/files.linux/config.json b/openpeon/files.linux/config.json index a5bb7d1..b3b9d29 100644 --- a/openpeon/files.linux/config.json +++ b/openpeon/files.linux/config.json @@ -1,7 +1,7 @@ { "activePack": "glados", "volume": 1, - "muted": true, + "muted": false, "enabledCategories": { "session.start": true, "task.acknowledge": true, diff --git a/pi/files.linux/agent/settings.json b/pi/files.linux/agent/settings.json index 2027475..43ef1ec 100644 --- a/pi/files.linux/agent/settings.json +++ b/pi/files.linux/agent/settings.json @@ -2,7 +2,7 @@ "lastChangelogVersion": "0.60.0", "defaultProvider": "openai-codex", "defaultModel": "gpt-5.3-codex", - "defaultThinkingLevel": "medium", + "defaultThinkingLevel": "high", "theme": "matugen", "lsp": { "hookMode": "edit_write" diff --git a/zellij/files/layouts/dev.kdl b/zellij/files/layouts/dev.kdl index 7b5d3e8..0259181 100644 --- a/zellij/files/layouts/dev.kdl +++ b/zellij/files/layouts/dev.kdl @@ -1,28 +1,22 @@ layout { - default_tab_template { - children - pane size=1 borderless=true { - plugin location="zellij:compact-bar" - } - } + default_tab_template { + children + pane size=1 borderless=true { + plugin location="zellij:compact-bar" + } + } - tab name="dotfiles" cwd="/home/thomasgl/.dotfiles" { - pane split_direction="vertical" { - pane stacked=true { - pane - pane command="nvim" - } - pane size="40%" command="pi" - } - } + tab name="nvim + jjui" { + pane stacked=true { + pane command="nvim" + pane command="jjui" + } + } - tab name="NixOS" cwd="/home/thomasgl/etc/nixos" { - pane split_direction="vertical" { - pane stacked=true { - pane - pane command="nvim" - } - pane size="40%" command="pi" - } - } + tab name="pi + shell" { + pane stacked=true { + pane command="pi" + pane + } + } }