diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-10 21:38:28 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-10 21:40:59 +0530 |
| commit | 17806439742f8d9cdb468e73f21f82310ba2377b (patch) | |
| tree | ae008e95b21e73bd823bc4a0bd1c140aedcca2a4 | |
| parent | b7fb824c7b2e6dcaba9fd1f8a54e66d2dfcf082e (diff) | |
| -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"; }; }; } |
