This commit is contained in:
2026-08-13 22:48:52 -07:00
parent a0011ef4f5
commit ce72d3a0e3
5 changed files with 19 additions and 8 deletions
+5 -4
View File
@@ -1,4 +1,7 @@
{ {
"env": {
"PLAYWRIGHT_MCP_EXECUTABLE_PATH": "/opt/helium-browser-bin/helium"
},
"attribution": { "attribution": {
"commit": "", "commit": "",
"pr": "", "pr": "",
@@ -42,9 +45,6 @@
] ]
}, },
"model": "opus[1m]", "model": "opus[1m]",
"env": {
"PLAYWRIGHT_MCP_EXECUTABLE_PATH": "/opt/helium-browser-bin/helium"
},
"hooks": { "hooks": {
"Notification": [ "Notification": [
{ {
@@ -80,7 +80,8 @@
"playwright@claude-plugins-official": true, "playwright@claude-plugins-official": true,
"coderabbit@claude-plugins-official": true, "coderabbit@claude-plugins-official": true,
"discord@claude-plugins-official": true, "discord@claude-plugins-official": true,
"chrome-devtools-mcp@claude-plugins-official": false "chrome-devtools-mcp@claude-plugins-official": false,
"lua-lsp@claude-plugins-official": true
}, },
"sandbox": { "sandbox": {
"enabled": false, "enabled": false,
+4 -1
View File
@@ -1,5 +1,5 @@
model = "gpt-5.6-sol" model = "gpt-5.6-sol"
model_reasoning_effort = "medium" model_reasoning_effort = "high"
personality = "pragmatic" personality = "pragmatic"
tool_output_token_limit = 25000 tool_output_token_limit = 25000
# Leave room for native compaction near the 272273k context window. # Leave room for native compaction near the 272273k context window.
@@ -226,6 +226,9 @@ trust_level = "trusted"
[projects."/home/sudacode/Downloads/jdownloader/tmp"] [projects."/home/sudacode/Downloads/jdownloader/tmp"]
trust_level = "trusted" trust_level = "trusted"
[projects."/home/sudacode/games/ModEngine2"]
trust_level = "trusted"
[notice.model_migrations] [notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4" "gpt-5.3-codex" = "gpt-5.4"
+1 -1
View File
@@ -228,7 +228,7 @@ net_download = 100
net_upload = 100 net_upload = 100
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest. #* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
net_auto = true net_auto = false
#* Sync the auto scaling for download and upload to whichever currently has the highest scale. #* Sync the auto scaling for download and upload to whichever currently has the highest scale.
net_sync = true net_sync = true
+6
View File
@@ -147,7 +147,11 @@ hl.bind("ALT + Tab", hl.dsp.focus({ last = true }))
hl.bind("CTRL + F9", hl.dsp.pass({ window = "class:^(com\\.obsproject\\.Studio)$" })) hl.bind("CTRL + F9", hl.dsp.pass({ window = "class:^(com\\.obsproject\\.Studio)$" }))
hl.bind("CTRL + F10", hl.dsp.pass({ window = "class:^(com\\.obsproject\\.Studio)$" })) hl.bind("CTRL + F10", hl.dsp.pass({ window = "class:^(com\\.obsproject\\.Studio)$" }))
-- Discord mute: also re-bound inside the "clean" submap below so it keeps working there
local function bindDiscordMute()
hl.bind("CTRL + SHIFT + M", hl.dsp.pass({ window = "class:^(discord)$" })) hl.bind("CTRL + SHIFT + M", hl.dsp.pass({ window = "class:^(discord)$" }))
end
bindDiscordMute()
hl.bind("CTRL + SHIFT + D", hl.dsp.exec_cmd("~/.local/bin/dragon")) hl.bind("CTRL + SHIFT + D", hl.dsp.exec_cmd("~/.local/bin/dragon"))
hl.bind("CTRL + ALT + F", hl.dsp.exec_cmd("~/.local/bin/favorite-wallpaper")) hl.bind("CTRL + ALT + F", hl.dsp.exec_cmd("~/.local/bin/favorite-wallpaper"))
@@ -189,6 +193,8 @@ hl.define_submap("clean", function()
restoreMouseWindowBinds() restoreMouseWindowBinds()
hl.dispatch(hl.dsp.submap("reset")) hl.dispatch(hl.dsp.submap("reset"))
end) end)
-- only other keybind allowed in clean
bindDiscordMute()
end) end)
hl.bind("SUPER + l", hl.dsp.exec_cmd("hyprlock")) hl.bind("SUPER + l", hl.dsp.exec_cmd("hyprlock"))
+2 -1
View File
@@ -71,6 +71,7 @@ x-scheme-handler/tonsite=org.telegram.desktop.desktop;
x-scheme-handler/tradingview=tradingview.desktop;TradingView.desktop; x-scheme-handler/tradingview=tradingview.desktop;TradingView.desktop;
application/x-wine-extension-ini=nvim.desktop; application/x-wine-extension-ini=nvim.desktop;
x-scheme-handler/subminer=subminer.desktop;SubMiner.desktop; x-scheme-handler/subminer=subminer.desktop;SubMiner.desktop;
x-scheme-handler/t3code=t3code-url-handler.desktop;
[Default Applications] [Default Applications]
application/x-extension-htm=helium.desktop;zen.desktop application/x-extension-htm=helium.desktop;zen.desktop
@@ -159,5 +160,5 @@ x-scheme-handler/subminer=subminer.desktop
x-scheme-handler/claude-cli=claude-code-url-handler.desktop x-scheme-handler/claude-cli=claude-code-url-handler.desktop
x-scheme-handler/mux=mux.desktop x-scheme-handler/mux=mux.desktop
x-scheme-handler/claude=com.anthropic.claude-desktop.desktop x-scheme-handler/claude=com.anthropic.claude-desktop.desktop
x-scheme-handler/t3code=t3code.desktop x-scheme-handler/t3code=t3code-url-handler.desktop
x-scheme-handler/codex=ChatGPT.desktop x-scheme-handler/codex=ChatGPT.desktop