From b430a211006cb60c742cd80f20dd2a8cd32972fc Mon Sep 17 00:00:00 2001 From: Frede Braendstrup Date: Thu, 17 Oct 2024 15:13:18 +0200 Subject: [PATCH] feat(sway): allow toggling between tabbed and split layouts --- users/bun.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/bun.nix b/users/bun.nix index fbbfc48..6587ba4 100644 --- a/users/bun.nix +++ b/users/bun.nix @@ -291,6 +291,7 @@ in { "${mod}+Shift+l" = "move right"; "${mod}+g" = "fullscreen toggle"; + "${mod}+t" = "layout toggle split tabbed"; "${mod}+Shift+space" = "floating toggle";