summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/claude/settings.json10
-rw-r--r--ar/.config/zathura/zathurarc25
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