mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-28 00:22:41 -08:00
update
This commit is contained in:
@@ -6,6 +6,7 @@ tool_output_token_limit = 25000
|
|||||||
# Formula: 273000 - (tool_output_token_limit + 15000)
|
# Formula: 273000 - (tool_output_token_limit + 15000)
|
||||||
# With tool_output_token_limit=25000 ⇒ 273000 - (25000 + 15000) = 233000
|
# With tool_output_token_limit=25000 ⇒ 273000 - (25000 + 15000) = 233000
|
||||||
model_auto_compact_token_limit = 233000
|
model_auto_compact_token_limit = 233000
|
||||||
|
suppress_unstable_features_warning = true
|
||||||
[features]
|
[features]
|
||||||
ghost_commit = false
|
ghost_commit = false
|
||||||
unified_exec = true
|
unified_exec = true
|
||||||
@@ -22,3 +23,9 @@ trust_level = "trusted"
|
|||||||
|
|
||||||
[projects."/home/sudacode/projects/japanese/SubMiner"]
|
[projects."/home/sudacode/projects/japanese/SubMiner"]
|
||||||
trust_level = "trusted"
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/sudacode/.codex/skills"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|
||||||
|
[projects."/home/sudacode/projects/japanese/GameSentenceMiner"]
|
||||||
|
trust_level = "trusted"
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
"ffmpeg_path": null,
|
"ffmpeg_path": null,
|
||||||
},
|
},
|
||||||
"subtitleStyle": {
|
"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,
|
"fontSize": 35,
|
||||||
"fontColor": "#cad3f5",
|
"fontColor": "#cad3f5",
|
||||||
"fontWeight": "normal",
|
"fontWeight": "normal",
|
||||||
@@ -143,13 +143,17 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"serverUrl": "http://pve-main:8096",
|
"serverUrl": "http://pve-main:8096",
|
||||||
"username": "sudacode",
|
"username": "sudacode",
|
||||||
"accessToken": "9b5959bccec64164981c3cc2c970fd07",
|
"accessToken": "8a6927b1c879410d8b9505dd5cbcf617",
|
||||||
"userId": "c5cf3703726c472ab5fff7d8480aa679",
|
"userId": "c5cf3703726c472ab5fff7d8480aa679",
|
||||||
"deviceId": "subminer",
|
"deviceId": "subminer",
|
||||||
"clientName": "SubMiner",
|
"clientName": "SubMiner",
|
||||||
"clientVersion": "0.1.0",
|
"clientVersion": "0.1.0",
|
||||||
"defaultLibraryId": "",
|
"defaultLibraryId": "",
|
||||||
"directPlayPreferred": true,
|
"directPlayPreferred": true,
|
||||||
|
"remoteControlEnabled": true,
|
||||||
|
"remoteControlAutoConnect": true,
|
||||||
|
"autoAnnounce": false,
|
||||||
|
"remoteControlDeviceName": "SubMiner",
|
||||||
"directPlayContainers": ["mkv", "mp4", "webm", "mov", "flac", "mp3", "aac"],
|
"directPlayContainers": ["mkv", "mp4", "webm", "mov", "flac", "mp3", "aac"],
|
||||||
"transcodeVideoCodec": "h265",
|
"transcodeVideoCodec": "h265",
|
||||||
"pullPictures": true,
|
"pullPictures": true,
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ bind = $mainMod SHIFT, M, exec, uwsm stop
|
|||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, d, exec, $menu
|
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, t, togglesplit, # dwindle
|
||||||
bind = $mainMod, f, fullscreen,
|
bind = $mainMod, f, fullscreen,
|
||||||
bind = $mainMod, i, swapnext
|
bind = $mainMod, i, swapnext
|
||||||
|
|||||||
@@ -14,10 +14,11 @@ return {
|
|||||||
"cssls",
|
"cssls",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"eslint",
|
"eslint",
|
||||||
"ts_ls",
|
-- "ts_ls",
|
||||||
"angularls",
|
"vtsls",
|
||||||
"ansiblels",
|
"ansiblels",
|
||||||
"docker_compose_language_service",
|
"docker_compose_language_service",
|
||||||
|
"docker_language_server",
|
||||||
"golangci_lint_ls",
|
"golangci_lint_ls",
|
||||||
"gopls",
|
"gopls",
|
||||||
"ruff",
|
"ruff",
|
||||||
|
|||||||
Reference in New Issue
Block a user