fix layouts sway

This commit is contained in:
thek4n 2026-05-24 14:51:25 +03:00
parent 610b6c7d13
commit 7b12fe5852
3 changed files with 6 additions and 3 deletions

View File

@ -21,6 +21,8 @@ exec --no-startup-id easyeffects --gapplication-service
exec --no-startup-id pomodoro daemon exec --no-startup-id pomodoro daemon
exec_always kanshictl reload
exec $browser exec $browser
exec $terminal1 exec $terminal1
exec $terminal2 exec $terminal2

View File

@ -69,9 +69,8 @@ bindsym --to-code $mod+Ctrl+Shift+j move workspace to output down
bindsym --to-code $mod+f fullscreen toggle bindsym --to-code $mod+f fullscreen toggle
# bindsym --to-code $mod+t layout tabbed bindsym --to-code $mod+t layout toggle tabbed split
# bindsym --to-code $mod+v layout toggle split bindsym --to-code $mod+v layout toggle splitv splith
# bindsym --to-code $mod+a focus parent
bindsym --to-code $mod+Shift+slash floating toggle bindsym --to-code $mod+Shift+slash floating toggle
bindsym --to-code $mod+Shift+comma sticky toggle bindsym --to-code $mod+Shift+comma sticky toggle

View File

@ -13,6 +13,8 @@ floating_modifier $mod
xwayland enable xwayland enable
workspace_layout default
default_orientation horizontal
focus_follows_mouse no focus_follows_mouse no
mouse_warping none mouse_warping none
popup_during_fullscreen smart popup_during_fullscreen smart