summaryrefslogtreecommitdiff
path: root/home/wayland/modules/sway
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/modules/sway')
-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";
};
};
}