]> gitweb.ps.run Git - flake_thinkpad/commitdiff
add Mod-b shortcut to i3; this creates a new tabbed child layer
authorPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Oct 2025 19:56:51 +0000 (21:56 +0200)
committerPatrick <patrick.schoenberger@posteo.de>
Mon, 13 Oct 2025 19:56:51 +0000 (21:56 +0200)
home.nix

index e3394c633fc99de324294302c48815662d464ed1..5260225694cc8595243ac616cf9038f4e399eff6 100644 (file)
--- a/home.nix
+++ b/home.nix
@@ -219,6 +219,7 @@ in
             "${mod}+y" = "exec --no-startup-id mirror-phone";
             "${mod}+n" = "exec ${pkgs.kitty}/bin/kitty -d ~/sync/txt $EDITOR .";
             "${mod}+m" = "exec --no-startup-id i3-msg $(${i3-max})";
+            "${mod}+b" = "split toggle; layout tabbed";
             "${mod}+Shift+m" = "exec --no-startup-id i3-msg $(${i3-move-max})";
             "${mod}+Shift+p" = "exec --no-startup-id ${pkgs.autorandr}/bin/autorandr --match-edid -c -f";
           };