random ah update
This commit is contained in:
parent
0d20b7f7ce
commit
4230257e64
6 changed files with 54 additions and 12 deletions
|
|
@ -16,7 +16,6 @@ hl.monitor({
|
|||
hl.on('hyprland.start', function ()
|
||||
hl.exec_cmd("systemctl --user start hyprland-session.target")
|
||||
|
||||
hl.exec_cmd('hypridle')
|
||||
hl.exec_cmd('hyprpaper')
|
||||
hl.exec_cmd('waybar')
|
||||
hl.exec_cmd('clipse -listen')
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
{
|
||||
// Workspaces
|
||||
"hyprland/workspaces" : {
|
||||
"on-click": "activate",
|
||||
"on-click": "notify-send hello",
|
||||
"active-only": false,
|
||||
"all-outputs": true,
|
||||
"format": "{}",
|
||||
|
|
|
|||
|
|
@ -23,8 +23,23 @@
|
|||
},
|
||||
"model_parameters": []
|
||||
}, */
|
||||
"edit_predictions": {
|
||||
"copilot": {
|
||||
"enable_next_edit_suggestions": false
|
||||
},
|
||||
"provider": "copilot"
|
||||
},
|
||||
"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": [
|
||||
{
|
||||
|
|
@ -57,7 +72,6 @@
|
|||
"agent": {
|
||||
"sidebar_side": "left",
|
||||
"dock": "right",
|
||||
"always_allow_tool_actions": false,
|
||||
"default_profile": "ask",
|
||||
"default_model": {
|
||||
"enable_thinking": false,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"agent": {
|
||||
/* Duplicated key auto-commented: "agent": {
|
||||
"profiles": {
|
||||
"agent": {
|
||||
"name": "Agent",
|
||||
|
|
@ -22,7 +22,31 @@
|
|||
"model": "claude-sonnet-4.5"
|
||||
},
|
||||
"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,
|
||||
"git_panel": {
|
||||
"dock": "right"
|
||||
|
|
@ -36,13 +60,16 @@
|
|||
}
|
||||
},
|
||||
"show_edit_predictions": false,
|
||||
"assistant": {
|
||||
"default_profile": "minimal",
|
||||
"agent": {
|
||||
"sidebar_side": "left",
|
||||
"dock": "right",
|
||||
"always_allow_tool_actions": false,
|
||||
"default_profile": "ask",
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-3.7-sonnet"
|
||||
"enable_thinking": false,
|
||||
"provider": "google",
|
||||
"model": "gemini-3-flash-preview"
|
||||
},
|
||||
"version": "2"
|
||||
},
|
||||
"terminal": {
|
||||
"dock": "right",
|
||||
|
|
|
|||
|
|
@ -16,3 +16,5 @@
|
|||
gpgsign = true
|
||||
[gpg "ssh"]
|
||||
allowedSignersFile = /home/rafayahmad/.ssh/allowed_signers
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ handle() {
|
|||
case $1 in
|
||||
activewindow*)
|
||||
echo $1
|
||||
if [[ $1 == *YouTube* || $1 == *Instagram* ]]; then
|
||||
hyprctl dispatch killactive
|
||||
if [[ $1 == *YouTube* ]]; then
|
||||
hyprctl dispatch 'hl.dsp.window.close()'
|
||||
notify-send "ENOUGH, LOCK IN" "GET BACK TO WORK" -u critical -i $HOME/dotfiles/scripts/discipline.png
|
||||
mpv $HOME/dotfiles/scripts/getbacktowork.mp3
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue