Merge branch 'master' of github.com:ksyasuda/dotfiles

This commit is contained in:
2026-08-22 16:37:18 -07:00
2 changed files with 18 additions and 2 deletions
+16
View File
@@ -42,6 +42,10 @@ args = ["@playwright/mcp@latest", "--executable-path", "/usr/bin/helium-browser"
[mcp_servers.openaiDeveloperDocs] [mcp_servers.openaiDeveloperDocs]
url = "https://developers.openai.com/mcp" url = "https://developers.openai.com/mcp"
[mcp_servers.anki]
command = "npx"
args = ["-y", "@ankimcp/anki-mcp-server", "--stdio"]
[projects."/home/sudacode/projects"] [projects."/home/sudacode/projects"]
trust_level = "trusted" trust_level = "trusted"
@@ -234,6 +238,18 @@ trust_level = "trusted"
[projects."/tmp/claude-1000/-home-sudacode--agents-skills-claude-code-computer-delegate/df15b0bc-3ae1-4e90-a006-21c31ddc8634/scratchpad"] [projects."/tmp/claude-1000/-home-sudacode--agents-skills-claude-code-computer-delegate/df15b0bc-3ae1-4e90-a006-21c31ddc8634/scratchpad"]
trust_level = "trusted" trust_level = "trusted"
[projects."/home/sudacode/.local/share/Steam/steamapps/common/DARK SOULS III/Game"]
trust_level = "trusted"
[projects."/home/sudacode/projects/japanese/kiku"]
trust_level = "trusted"
[projects."/home/sudacode/Documents/anki"]
trust_level = "trusted"
[projects."/home/sudacode/Documents/anki/stats"]
trust_level = "trusted"
[notice.model_migrations] [notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4" "gpt-5.3-codex" = "gpt-5.4"
+2 -2
View File
@@ -46,8 +46,8 @@ hwdec=nvdec
hwdec-codecs=all hwdec-codecs=all
gpu-api=vulkan gpu-api=vulkan
gpu-context=waylandvk gpu-context=waylandvk
vulkan-queue-count=2 vulkan-queue-count=1
vulkan-async-compute=yes # Use independent compute queues for tone mapping/shaders vulkan-async-compute=no # Use independent compute queues for tone mapping/shaders
vulkan-async-transfer=yes # Parallelize frame uploads to free the graphics queue vulkan-async-transfer=yes # Parallelize frame uploads to free the graphics queue
vd-lavc-dr=yes # Direct rendering keeps frames resident on the GPU longer vd-lavc-dr=yes # Direct rendering keeps frames resident on the GPU longer
vd-lavc-threads=0 # Let ffmpeg auto-pick the optimal thread count vd-lavc-threads=0 # Let ffmpeg auto-pick the optimal thread count