From 08447abd7a85945a2a3c6b66593f54dbb039c5f0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 31 Mar 2026 23:33:51 +0530 Subject: Revert "chore(home/wayland/sway): tab term workspace" This reverts commit 17806439742f8d9cdb468e73f21f82310ba2377b. --- home/wayland/modules/sway/home.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index 8935b96..49016e4 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -127,8 +127,6 @@ in config = null; settings = { - inherit font; - assign = { "[app_id=foot]" = 1; "[app_id=firefox]" = 2; @@ -242,15 +240,12 @@ in return = "mode default"; }; - exec = [ - mako - "swaymsg 'workspace 1; layout tabbed'" - ]; - + exec = [ mako ]; gaps.inner = 10; default_border.pixel = 2; floating_modifier = "${mod} normal"; output."*".background = "${background} fill"; + "client.focused" = "#4c7899 #285577 #ffffff #285577"; }; }; } -- cgit v1.2.3