From 2710a1be165a3ae9b870522b9c312f30878ac091 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 2 Oct 2023 20:07:05 +0200 Subject: [PATCH] add workspace 5 to tabbed layouts --- users/myuser/graphical/i3.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/myuser/graphical/i3.nix b/users/myuser/graphical/i3.nix index 65184e1..752628c 100644 --- a/users/myuser/graphical/i3.nix +++ b/users/myuser/graphical/i3.nix @@ -85,7 +85,9 @@ in { // bindWithModifier { "t" = "exec ${cfg.terminal}"; "asciicircum" = "exec ${cfg.menu}"; - "b" = "exec firefox"; + # TODO only open if not already open + # TODO shortcut to open these from eww bar with 1 click + "b" = "exec firefox"; # TODO ; exec signal-desktop; exec discord "Shift+s" = "exec --no-startup-id " + toString (pkgs.writeShellScript "screenshot-area" '' @@ -251,6 +253,7 @@ in { force = true; layouts = { "1" = "tabbed"; + "5" = "tabbed"; "7" = "tabbed"; "8" = "tabbed"; "9" = "tabbed";