summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2026-03-31 23:33:51 +0530
committersinanmohd <sinan@sinanmohd.com>2026-03-31 23:33:51 +0530
commit08447abd7a85945a2a3c6b66593f54dbb039c5f0 (patch)
tree7ca0d730ef4bd6ddd7f0bfc603a8a21a1018773e /home
parent4cf0ef74c167d27f3c4e8c122f1b791241e48b88 (diff)
Revert "chore(home/wayland/sway): tab term workspace"HEADmaster
This reverts commit 17806439742f8d9cdb468e73f21f82310ba2377b.
Diffstat (limited to 'home')
-rw-r--r--home/wayland/modules/sway/home.nix9
1 files 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";
};
};
}