This commit is contained in:
2026-03-29 23:12:15 -07:00
parent 41cb43a916
commit ea550d8db4
6 changed files with 26 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
model = "gpt-5.3-codex-spark"
model = "gpt-5.4-mini"
model_reasoning_effort = "high"
personality = "pragmatic"
tool_output_token_limit = 25000
@@ -28,6 +28,15 @@ url = "https://mcp.deepwiki.com/mcp"
command = "backlog"
args = ["mcp", "start"]
[mcp_servers.backlog.tools.task_search]
approval_mode = "approve"
[mcp_servers.backlog.tools.task_create]
approval_mode = "approve"
[mcp_servers.backlog.tools.task_edit]
approval_mode = "approve"
[mcp_servers.playwright]
command = "npx"
args = ["@playwright/mcp@latest"]

View File

@@ -76,7 +76,6 @@ exec-once = uwsm app -sb -S both -t scope -- hyprpm update -n
exec-once = uwsm app -sb -S both -t scope -- hyprpm reload -n
exec-once = uwsm app -sb -t service -- nm-applet
exec-once = uwsm app -sb -t service -- waybar -c ~/.config/waybar/catppuccin-macchiato/config.jsonc -s ~/.config/waybar/catppuccin-macchiato/style.css
exec-once = uwsm app -sb -t service -- hyprsunset
exec-once = uwsm app -sb -t service -- /usr/lib/polkit-kde-authentication-agent-1
exec-once = uwsm app -sb -t service -- gnome-keyring-daemon --start --components=secrets,ssh,pkcs11
exec-once = uwsm app -sb -t service -- tailscale systray

View File

@@ -0,0 +1,12 @@
max-gamma = 150
profile {
time = 7:30
identity = true
}
profile {
time = 21:00
temperature = 5500
gamma = 0.8
}

View File

@@ -102,3 +102,5 @@ windowrule = no_anim on, match:class feh
windowrule = float on, match:title Picture in picture
windowrule = pin on, match:title Picture in picture
windowurle = no_vrr on, match:class mpv

View File

@@ -156,3 +156,4 @@ x-scheme-handler/discord-1361252452329848892=discord-1361252452329848892.desktop
x-scheme-handler/opencode=opencode-desktop-handler.desktop
x-scheme-handler/subminer=subminer.desktop
x-scheme-handler/claude-cli=claude-code-url-handler.desktop
x-scheme-handler/mux=mux.desktop

View File

@@ -3,7 +3,7 @@
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/rofi-menu-helpers.sh"
BROWSER=/usr/bin/zen-browser
BROWSER=/usr/bin/helium-browser
DOC_GROUPS=(
"Arch Linux (btw)|ARCH"
"Hyprland|HYPRLAND"