mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-04-09 04:19:24 -07:00
update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
model = "gpt-5.3-codex-spark"
|
model = "gpt-5.4-mini"
|
||||||
model_reasoning_effort = "high"
|
model_reasoning_effort = "high"
|
||||||
personality = "pragmatic"
|
personality = "pragmatic"
|
||||||
tool_output_token_limit = 25000
|
tool_output_token_limit = 25000
|
||||||
@@ -28,6 +28,15 @@ url = "https://mcp.deepwiki.com/mcp"
|
|||||||
command = "backlog"
|
command = "backlog"
|
||||||
args = ["mcp", "start"]
|
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]
|
[mcp_servers.playwright]
|
||||||
command = "npx"
|
command = "npx"
|
||||||
args = ["@playwright/mcp@latest"]
|
args = ["@playwright/mcp@latest"]
|
||||||
|
|||||||
@@ -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 -S both -t scope -- hyprpm reload -n
|
||||||
exec-once = uwsm app -sb -t service -- nm-applet
|
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 -- 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 -- /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 -- gnome-keyring-daemon --start --components=secrets,ssh,pkcs11
|
||||||
exec-once = uwsm app -sb -t service -- tailscale systray
|
exec-once = uwsm app -sb -t service -- tailscale systray
|
||||||
|
|||||||
12
.config/hypr/hyprsunset.conf
Normal file
12
.config/hypr/hyprsunset.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
max-gamma = 150
|
||||||
|
|
||||||
|
profile {
|
||||||
|
time = 7:30
|
||||||
|
identity = true
|
||||||
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
time = 21:00
|
||||||
|
temperature = 5500
|
||||||
|
gamma = 0.8
|
||||||
|
}
|
||||||
@@ -102,3 +102,5 @@ windowrule = no_anim on, match:class feh
|
|||||||
|
|
||||||
windowrule = float on, match:title Picture in picture
|
windowrule = float on, match:title Picture in picture
|
||||||
windowrule = pin on, match:title Picture in picture
|
windowrule = pin on, match:title Picture in picture
|
||||||
|
|
||||||
|
windowurle = no_vrr on, match:class mpv
|
||||||
|
|||||||
@@ -156,3 +156,4 @@ x-scheme-handler/discord-1361252452329848892=discord-1361252452329848892.desktop
|
|||||||
x-scheme-handler/opencode=opencode-desktop-handler.desktop
|
x-scheme-handler/opencode=opencode-desktop-handler.desktop
|
||||||
x-scheme-handler/subminer=subminer.desktop
|
x-scheme-handler/subminer=subminer.desktop
|
||||||
x-scheme-handler/claude-cli=claude-code-url-handler.desktop
|
x-scheme-handler/claude-cli=claude-code-url-handler.desktop
|
||||||
|
x-scheme-handler/mux=mux.desktop
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
source "$SCRIPT_DIR/rofi-menu-helpers.sh"
|
source "$SCRIPT_DIR/rofi-menu-helpers.sh"
|
||||||
|
|
||||||
BROWSER=/usr/bin/zen-browser
|
BROWSER=/usr/bin/helium-browser
|
||||||
DOC_GROUPS=(
|
DOC_GROUPS=(
|
||||||
"Arch Linux (btw)|ARCH"
|
"Arch Linux (btw)|ARCH"
|
||||||
"Hyprland|HYPRLAND"
|
"Hyprland|HYPRLAND"
|
||||||
|
|||||||
Reference in New Issue
Block a user