diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-04 17:17:41 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-04 17:17:41 +0900 |
| commit | 8cf43fe9f11d30d678c90b694a4009d21f6ae99c (patch) | |
| tree | c2c5a4e3d3c0facc74ae20d56b6f72da31946e4b /ar | |
| parent | 0dd679f7afe987fb96c131111af26a626d69d322 (diff) | |
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/claude/settings.json | 10 | ||||
| -rw-r--r-- | ar/.config/zathura/zathurarc | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/ar/.config/claude/settings.json b/ar/.config/claude/settings.json index 526dccb..a13f0d8 100644 --- a/ar/.config/claude/settings.json +++ b/ar/.config/claude/settings.json @@ -1,5 +1,4 @@ { - "model": "sonnet", "cleanupPeriodDays": 365, "env": { "MAX_MCP_OUTPUT_TOKENS": "60000", @@ -106,6 +105,7 @@ "Write(**/.password-store/**/*)" ] }, + "model": "sonnet", "hooks": { "Notification": [ { @@ -135,6 +135,12 @@ "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh" }, "enabledPlugins": { - "typescript-lsp@claude-plugins-official": true + "typescript-lsp@claude-plugins-official": true, + "playwright@claude-plugins-official": true, + "frontend-design@claude-plugins-official": true, + "github@claude-plugins-official": true, + "context7@claude-plugins-official": true, + "superpowers@claude-plugins-official": true, + "code-review@claude-plugins-official": true } } diff --git a/ar/.config/zathura/zathurarc b/ar/.config/zathura/zathurarc new file mode 100644 index 0000000..de92e4d --- /dev/null +++ b/ar/.config/zathura/zathurarc @@ -0,0 +1,25 @@ +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set selection-clipboard clipboard +map u scroll half-up +map d scroll half-down +map D toggle_page_mode +map r reload +map R rotate +map K zoom in +map J zoom out +map i recolor +map p print +map g goto top +map [fullscreen] u scroll half-up +map [fullscreen] d scroll half-down +map [fullscreen] D toggle_page_mode +map [fullscreen] r reload +map [fullscreen] R rotate +map [fullscreen] K zoom in +map [fullscreen] J zoom out +map [fullscreen] i recolor +map [fullscreen] p print +map [fullscreen] g goto top |
