From: Patrick Date: Mon, 13 Oct 2025 19:56:51 +0000 (+0200) Subject: add Mod-b shortcut to i3; this creates a new tabbed child layer X-Git-Url: https://gitweb.ps.run/flake_thinkpad/commitdiff_plain/68233ba77600f68edd09a6b0a08c4820231decd5 add Mod-b shortcut to i3; this creates a new tabbed child layer --- diff --git a/home.nix b/home.nix index e3394c6..5260225 100644 --- 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"; };