normal update

This commit is contained in:
RafayAhmad7548 2025-12-08 10:51:32 +05:00
parent fe536cc93b
commit db8dccebc7
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
6 changed files with 55 additions and 13 deletions

View file

@ -68,6 +68,9 @@ bind = CTRL SUPER, Print, exec, grim
# Clipboard # Clipboard
bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
# Pass Manager
bind = SUPER SHIFT, P, exec, rofi-rbw
# Color Picker # Color Picker
bind = ALT, P, exec, hyprpicker --format=hex -a bind = ALT, P, exec, hyprpicker --format=hex -a

View file

@ -24,7 +24,7 @@ exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
exec-once = ~/dotfiles/scripts/battWarning.sh exec-once = ~/dotfiles/scripts/battWarning.sh
exec-once = ~/dotfiles/scripts/youtubeBlocker.py exec-once = ~/dotfiles/scripts/youtubeBlocker.py
exec-once = [workspace special:whatsapp silent] flatpak run com.rtosta.zapzap exec-once = [workspace special:whatsapp silent] librewolf web.whatsapp.com
exec-once = [workspace special:thunderbird silent] thunderbird exec-once = [workspace special:thunderbird silent] thunderbird
# Source a file (multi-file configs) # Source a file (multi-file configs)

View file

@ -33,8 +33,8 @@
"on-click": "activate", "on-click": "activate",
"on-click-middle": "close", "on-click-middle": "close",
"ignore-list": [ "ignore-list": [
"thunderbird", "org.mozilla.Thunderbird",
"com.rtosta.zapzap" "WhatsApp — LibreWolf"
] ]
}, },

View file

@ -7,6 +7,23 @@
// custom settings, run `zed: open default settings` from the // custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p) // command palette (cmd-shift-p / ctrl-shift-p)
{ {
/* Duplicated key auto-commented: "agent": {
"profiles": {
"agent": {
"name": "Agent",
"tools": {},
"enable_all_context_servers": false,
"context_servers": {}
}
},
"default_profile": "write",
"default_model": {
"provider": "copilot_chat",
"model": "claude-sonnet-4.5"
},
"model_parameters": []
}, */
"remove_trailing_whitespace_on_save": false,
"use_on_type_format": false, "use_on_type_format": false,
"git_panel": { "git_panel": {
"dock": "right" "dock": "right"
@ -20,13 +37,12 @@
} }
}, },
"show_edit_predictions": false, "show_edit_predictions": false,
"assistant": { "agent": {
"default_profile": "minimal", "default_profile": "write",
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "claude-3.7-sonnet" "model": "claude-sonnet-4.5"
}, },
"version": "2"
}, },
"terminal": { "terminal": {
"dock": "right", "dock": "right",

View file

@ -7,6 +7,23 @@
// custom settings, run `zed: open default settings` from the // custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p) // command palette (cmd-shift-p / ctrl-shift-p)
{ {
"agent": {
"profiles": {
"agent": {
"name": "Agent",
"tools": {},
"enable_all_context_servers": false,
"context_servers": {}
}
},
"default_profile": "write",
"default_model": {
"provider": "copilot_chat",
"model": "claude-sonnet-4.5"
},
"model_parameters": []
},
"use_on_type_format": false,
"git_panel": { "git_panel": {
"dock": "right" "dock": "right"
}, },
@ -15,14 +32,15 @@
}, },
"languages": { "languages": {
"JSONC": { "JSONC": {
"show_inline_completions": false "show_edit_predictions": false
} }
}, },
"show_inline_completions": false, "show_edit_predictions": false,
"assistant": { "assistant": {
"default_profile": "minimal",
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "o1" "model": "claude-3.7-sonnet"
}, },
"version": "2" "version": "2"
}, },
@ -46,7 +64,7 @@
}, },
"vim_mode": true, "vim_mode": true,
"ui_font_size": 16, "ui_font_size": 16,
"buffer_font_size": 15.0, "buffer_font_size": 16.0,
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "VSCode Dark Modern", "light": "VSCode Dark Modern",
@ -73,6 +91,11 @@
"vim": { "vim": {
"toggle_relative_line_numbers": true "toggle_relative_line_numbers": true
},
"diagnostics": {
"inline": {
"enabled": true
}
} }
} }

View file

@ -1,2 +1,2 @@
2025-10-25 2025-12-07
10 59