dev: automated commit - 2025-07-17 09:33:47
This commit is contained in:
parent
e974d03654
commit
3e46d4fe4f
4 changed files with 5 additions and 1 deletions
|
|
@ -123,3 +123,4 @@
|
|||
|
||||
[alias]
|
||||
bb = !better-git-branch.sh
|
||||
to = !git branch --set-upstream-to=origin/$(git branch --show-current)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue