Browse Source

Merge branch 'master' of http://git.nixlab.in/chodak166/dotfiles into trb

trb
chodylal 3 weeks ago
parent
commit
0143dea17f
  1. 74
      .config/crush/crush.json
  2. 16
      .config/sway/config

74
.config/crush/crush.json

@ -0,0 +1,74 @@
{
"mcp": {
"fetch": {
"type": "sse",
"url": "http://localhost:8001/sse",
"disabled": false,
"alwaysAllow": [
"fetch"
]
},
"google-search": {
"url": "http://localhost:8002/sse",
"disabled": true,
"alwaysAllow": [
"google_search"
]
},
"telegram": {
"url": "http://localhost:8003/sse",
"disabled": true,
"alwaysAllow": []
},
"context7": {
"type": "sse",
"url": "http://localhost:8004/sse",
"disabled": false,
"alwaysAllow": []
},
"excel": {
"url": "http://localhost:8009/sse",
"disabled": true,
"alwaysAllow": []
},
"brave-search": {
"type": "sse",
"url": "http://localhost:8010/sse",
"disabled": false,
"alwaysAllow": [
"brave_web_search"
]
},
"blender-mcp": {
"disabled": true,
"command": "uvx",
"args": [
"/home/chodak/src/git/blender-mcp"
],
"alwaysAllow": [
"get_scene_info",
"get_object_info",
"execute_blender_code"
]
},
"gimp": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/chodak/src/git/gimp-mcp",
"gimp_mcp_server.py"
],
"alwaysAllow": [
"get_gimp_info"
],
"disabled": true
},
"cloudflare-docs": {
"type": "sse",
"url": "https://docs.mcp.cloudflare.com/sse",
"disabled": true
}
}
}

16
.config/sway/config

@ -524,12 +524,17 @@ for_window [app_id="swaync"] floating enable
set $lockCommand swaylock -f -c 000000 set $lockCommand swaylock -f -c 000000
exec swayidle -w \ # exec swayidle -w \
timeout 600 '$lockCommand' \ # timeout 600 '$lockCommand' \
timeout 900 'swaymsg "output * dpms off"' \ # timeout 900 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ # resume 'swaymsg "output * dpms on"' \
before-sleep '$lockCommand' # before-sleep '$lockCommand'
# Disable autolock, keep screen dimming
exec swayidle -w \
timeout 300 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"'
################################################################# #################################################################
# Autostart # Autostart
@ -574,7 +579,6 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Background services for XDG desktop portals (screen sharing, file picker) # Background services for XDG desktop portals (screen sharing, file picker)
exec --no-startup-id dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec --no-startup-id dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
################################################################# #################################################################
# Key repeat rate # Key repeat rate
################################################################# #################################################################

Loading…
Cancel
Save