diff --git a/.codex/config.toml##os.Linux b/.codex/config.toml##os.Linux index 1fceffd..2b544be 100644 --- a/.codex/config.toml##os.Linux +++ b/.codex/config.toml##os.Linux @@ -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" diff --git a/.config/SubMiner/config.jsonc##os.Linux b/.config/SubMiner/config.jsonc##os.Linux index 9d261eb..2501c7b 100644 --- a/.config/SubMiner/config.jsonc##os.Linux +++ b/.config/SubMiner/config.jsonc##os.Linux @@ -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, diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index c6f74b9..0fc3531 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -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 diff --git a/.config/nvim/lua/plugins/lspconfig.lua b/.config/nvim/lua/plugins/lspconfig.lua index ee2ca37..32196af 100644 --- a/.config/nvim/lua/plugins/lspconfig.lua +++ b/.config/nvim/lua/plugins/lspconfig.lua @@ -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",