diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/wayland/modules/sway/home.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index 49016e4..8935b96 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -127,6 +127,8 @@ in config = null; settings = { + inherit font; + assign = { "[app_id=foot]" = 1; "[app_id=firefox]" = 2; @@ -240,12 +242,15 @@ in return = "mode default"; }; - exec = [ mako ]; + exec = [ + mako + "swaymsg 'workspace 1; layout tabbed'" + ]; + gaps.inner = 10; default_border.pixel = 2; floating_modifier = "${mod} normal"; output."*".background = "${background} fill"; - "client.focused" = "#4c7899 #285577 #ffffff #285577"; }; }; } |
