This commit is contained in:
2026-02-17 20:40:13 -08:00
parent 17b2273f48
commit b9290bc985
4 changed files with 18 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ tool_output_token_limit = 25000
# Formula: 273000 - (tool_output_token_limit + 15000)
# With tool_output_token_limit=25000 ⇒ 273000 - (25000 + 15000) = 233000
model_auto_compact_token_limit = 233000
suppress_unstable_features_warning = true
[features]
ghost_commit = false
unified_exec = true
@@ -22,3 +23,9 @@ trust_level = "trusted"
[projects."/home/sudacode/projects/japanese/SubMiner"]
trust_level = "trusted"
[projects."/home/sudacode/.codex/skills"]
trust_level = "trusted"
[projects."/home/sudacode/projects/japanese/GameSentenceMiner"]
trust_level = "trusted"

View File

@@ -98,7 +98,7 @@
"ffmpeg_path": null,
},
"subtitleStyle": {
"fontFamily": "M PLUS 1 Medium", "Noto Sans CJK JP Medium, Noto Sans CJK JP, Arial Unicode MS, Arial, sans-serif",
"fontFamily": "M PLUS 1 Medium",
"fontSize": 35,
"fontColor": "#cad3f5",
"fontWeight": "normal",
@@ -143,13 +143,17 @@
"enabled": true,
"serverUrl": "http://pve-main:8096",
"username": "sudacode",
"accessToken": "9b5959bccec64164981c3cc2c970fd07",
"accessToken": "8a6927b1c879410d8b9505dd5cbcf617",
"userId": "c5cf3703726c472ab5fff7d8480aa679",
"deviceId": "subminer",
"clientName": "SubMiner",
"clientVersion": "0.1.0",
"defaultLibraryId": "",
"directPlayPreferred": true,
"remoteControlEnabled": true,
"remoteControlAutoConnect": true,
"autoAnnounce": false,
"remoteControlDeviceName": "SubMiner",
"directPlayContainers": ["mkv", "mp4", "webm", "mov", "flac", "mp3", "aac"],
"transcodeVideoCodec": "h265",
"pullPictures": true,

View File

@@ -17,7 +17,8 @@ bind = $mainMod SHIFT, M, exec, uwsm stop
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, d, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
# bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod SHIFT, p, exec, "$HOME/.local/bin/hyprland-pin.sh"
bind = $mainMod, t, togglesplit, # dwindle
bind = $mainMod, f, fullscreen,
bind = $mainMod, i, swapnext

View File

@@ -14,10 +14,11 @@ return {
"cssls",
"lua_ls",
"eslint",
"ts_ls",
"angularls",
-- "ts_ls",
"vtsls",
"ansiblels",
"docker_compose_language_service",
"docker_language_server",
"golangci_lint_ls",
"gopls",
"ruff",