This commit is contained in:
2025-10-03 19:11:35 +04:00
parent d0b318709e
commit 6a4ced0a9f
5 changed files with 23 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ include $HOME/.config/sway/config.d/*
gaps inner 6
smart_gaps on
default_border pixel 1
default_border pixel 2
default_floating_border pixel 1
hide_edge_borders smart
focus_follows_mouse no
@@ -99,6 +99,7 @@ for_window [class="(?i)zooout"] floating enable
for_window [class="(?i)netsurf"] floating enable
for_window [class="(?i)proton-bridge"] move container to workspace $ws9 floating enable border none
for_window [class="(?i)easyeffects"] move container to workspace $ws10
for_window [class="(?i)rhythm-space"] floating enable
# for_window [class="(?i)xterm-256color"] border none
# for_window [class="(?i)cadence"] move container to workspace $ws7 floating enable

View File

@@ -13,9 +13,14 @@ mode --pango_markup $mode_resize {
$bindsym $up resize shrink height 10px
$bindsym $right resize grow width 10px
$bindsym Shift+$left resize shrink width 100px
$bindsym Shift+$down resize grow height 100px
$bindsym Shift+$up resize shrink height 100px
$bindsym Shift+$right resize grow width 100px
## Resize // Window Gaps // + - ##
$bindsym minus gaps inner current minus 5px
$bindsym plus gaps inner current plus 5px
$bindsym minus gaps inner current minus 3px
$bindsym plus gaps inner current plus 3px
# Return to default mode
$bindsym Return mode "default"