random ah update

This commit is contained in:
RafayAhmad 2026-09-02 17:51:42 +05:00
parent 0d20b7f7ce
commit 4230257e64
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
6 changed files with 54 additions and 12 deletions

View file

@ -16,7 +16,6 @@ hl.monitor({
hl.on('hyprland.start', function () hl.on('hyprland.start', function ()
hl.exec_cmd("systemctl --user start hyprland-session.target") hl.exec_cmd("systemctl --user start hyprland-session.target")
hl.exec_cmd('hypridle')
hl.exec_cmd('hyprpaper') hl.exec_cmd('hyprpaper')
hl.exec_cmd('waybar') hl.exec_cmd('waybar')
hl.exec_cmd('clipse -listen') hl.exec_cmd('clipse -listen')

View file

@ -11,7 +11,7 @@
{ {
// Workspaces // Workspaces
"hyprland/workspaces" : { "hyprland/workspaces" : {
"on-click": "activate", "on-click": "notify-send hello",
"active-only": false, "active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{}", "format": "{}",

View file

@ -23,8 +23,23 @@
}, },
"model_parameters": [] "model_parameters": []
}, */ }, */
"edit_predictions": {
"copilot": {
"enable_next_edit_suggestions": false
},
"provider": "copilot"
},
"agent_servers": { "agent_servers": {
"github-copilot-cli": {
"default_config_options": {
"allow_all": "off",
"mode": "https://agentclientprotocol.com/protocol/session-modes#agent"
},
"type": "registry"
},
"gemini": {
"type": "registry"
}
}, },
"ssh_connections": [ "ssh_connections": [
{ {
@ -57,7 +72,6 @@
"agent": { "agent": {
"sidebar_side": "left", "sidebar_side": "left",
"dock": "right", "dock": "right",
"always_allow_tool_actions": false,
"default_profile": "ask", "default_profile": "ask",
"default_model": { "default_model": {
"enable_thinking": false, "enable_thinking": false,

View file

@ -7,7 +7,7 @@
// 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": { /* Duplicated key auto-commented: "agent": {
"profiles": { "profiles": {
"agent": { "agent": {
"name": "Agent", "name": "Agent",
@ -22,7 +22,31 @@
"model": "claude-sonnet-4.5" "model": "claude-sonnet-4.5"
}, },
"model_parameters": [] "model_parameters": []
}, */
"edit_predictions": {
"copilot": {
"enable_next_edit_suggestions": false
},
"provider": "copilot"
}, },
"agent_servers": {
},
"ssh_connections": [
{
"host": "server",
"args": [],
"projects": []
}
],
"outline_panel": {
"dock": "left"
},
"collaboration_panel": {
"dock": "left"
},
"enable_language_server": false,
"remove_trailing_whitespace_on_save": false,
"use_on_type_format": false, "use_on_type_format": false,
"git_panel": { "git_panel": {
"dock": "right" "dock": "right"
@ -36,13 +60,16 @@
} }
}, },
"show_edit_predictions": false, "show_edit_predictions": false,
"assistant": { "agent": {
"default_profile": "minimal", "sidebar_side": "left",
"dock": "right",
"always_allow_tool_actions": false,
"default_profile": "ask",
"default_model": { "default_model": {
"provider": "copilot_chat", "enable_thinking": false,
"model": "claude-3.7-sonnet" "provider": "google",
"model": "gemini-3-flash-preview"
}, },
"version": "2"
}, },
"terminal": { "terminal": {
"dock": "right", "dock": "right",

View file

@ -16,3 +16,5 @@
gpgsign = true gpgsign = true
[gpg "ssh"] [gpg "ssh"]
allowedSignersFile = /home/rafayahmad/.ssh/allowed_signers allowedSignersFile = /home/rafayahmad/.ssh/allowed_signers
[init]
defaultBranch = main

View file

@ -12,8 +12,8 @@ handle() {
case $1 in case $1 in
activewindow*) activewindow*)
echo $1 echo $1
if [[ $1 == *YouTube* || $1 == *Instagram* ]]; then if [[ $1 == *YouTube* ]]; then
hyprctl dispatch killactive hyprctl dispatch 'hl.dsp.window.close()'
notify-send "ENOUGH, LOCK IN" "GET BACK TO WORK" -u critical -i $HOME/dotfiles/scripts/discipline.png notify-send "ENOUGH, LOCK IN" "GET BACK TO WORK" -u critical -i $HOME/dotfiles/scripts/discipline.png
mpv $HOME/dotfiles/scripts/getbacktowork.mp3 mpv $HOME/dotfiles/scripts/getbacktowork.mp3
fi fi