From 7b12fe5852c58eae229800bab187d6f12c3704c6 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 24 May 2026 14:51:25 +0300 Subject: [PATCH] fix layouts sway --- home/user/.config/sway/autostart.conf | 2 ++ home/user/.config/sway/bindings.conf | 5 ++--- home/user/.config/sway/other.conf | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home/user/.config/sway/autostart.conf b/home/user/.config/sway/autostart.conf index 86e2dde..5710ad3 100644 --- a/home/user/.config/sway/autostart.conf +++ b/home/user/.config/sway/autostart.conf @@ -21,6 +21,8 @@ exec --no-startup-id easyeffects --gapplication-service exec --no-startup-id pomodoro daemon +exec_always kanshictl reload + exec $browser exec $terminal1 exec $terminal2 diff --git a/home/user/.config/sway/bindings.conf b/home/user/.config/sway/bindings.conf index cbfd83d..506114b 100644 --- a/home/user/.config/sway/bindings.conf +++ b/home/user/.config/sway/bindings.conf @@ -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+t layout tabbed -# bindsym --to-code $mod+v layout toggle split -# bindsym --to-code $mod+a focus parent +bindsym --to-code $mod+t layout toggle tabbed split +bindsym --to-code $mod+v layout toggle splitv splith bindsym --to-code $mod+Shift+slash floating toggle bindsym --to-code $mod+Shift+comma sticky toggle diff --git a/home/user/.config/sway/other.conf b/home/user/.config/sway/other.conf index 9c5ec63..4834335 100644 --- a/home/user/.config/sway/other.conf +++ b/home/user/.config/sway/other.conf @@ -13,6 +13,8 @@ floating_modifier $mod xwayland enable +workspace_layout default +default_orientation horizontal focus_follows_mouse no mouse_warping none popup_during_fullscreen smart