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