From 3e46d4fe4f048c0f157dc48a9c614c5c01984511 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Thu, 17 Jul 2025 09:33:47 -0300 Subject: [PATCH] dev: automated commit - 2025-07-17 09:33:47 --- git/.config/git/config | 1 + sway/.config/sway/config.d/keybindings | 4 +++- sway/.config/sway/config.d/window-rules | 1 + zsh/{ => .config/zsh}/.zprofile | 0 4 files changed, 5 insertions(+), 1 deletion(-) rename zsh/{ => .config/zsh}/.zprofile (100%) diff --git a/git/.config/git/config b/git/.config/git/config index 96690a9..f443789 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -123,3 +123,4 @@ [alias] bb = !better-git-branch.sh + to = !git branch --set-upstream-to=origin/$(git branch --show-current) diff --git a/sway/.config/sway/config.d/keybindings b/sway/.config/sway/config.d/keybindings index d4affa1..dc865ee 100644 --- a/sway/.config/sway/config.d/keybindings +++ b/sway/.config/sway/config.d/keybindings @@ -89,8 +89,10 @@ bindsym { bindsym { $mod+Shift+minus move scratchpad $mod+minus scratchpad show - $mod+u [app_id="uy.com.mzunino"] scratchpad show, move position center, fullscreen disable, resize set 1366 768 + $mod+u [instance="claude.ai"] move scratchpad; [app_id="uy.com.mzunino"] scratchpad show, move position center, fullscreen disable, resize set 1366 768 + $mod+g [app_id="uy.com.mzunino"] move scratchpad; [instance="claude.ai"] scratchpad show, move position center, fullscreen disable, resize set 1366 768 $mod+Shift+u exec --no-startup-id $term --class="uy.com.mzunino" + $mod+shift+g exec chromium --new-window --app="https://claude.ai" } # Special Functions diff --git a/sway/.config/sway/config.d/window-rules b/sway/.config/sway/config.d/window-rules index 48c2fae..bf5c596 100644 --- a/sway/.config/sway/config.d/window-rules +++ b/sway/.config/sway/config.d/window-rules @@ -1,6 +1,7 @@ # vim: ft=swayconfig # Scratchpad Windows for_window [app_id="uy.com.mzunino"] floating enable, move scratchpad +for_window [instance="claude.ai"] floating enable, move scratchpad # Floating Windows for_window [app_id="Evolution-alarm-notify"] floating enable diff --git a/zsh/.zprofile b/zsh/.config/zsh/.zprofile similarity index 100% rename from zsh/.zprofile rename to zsh/.config/zsh/.zprofile