From e14c5f31223514fc9c078d1ce19753d99bd17f13 Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Fri, 21 Feb 2025 22:00:56 +0100 Subject: [PATCH] talos: home: put some gaps in sway --- hosts/talos/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index 68a8336..e4c87c8 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -149,6 +149,11 @@ in { client.urgent $peach $base $peach $overlay0 $peach client.placeholder $overlay0 $base $text $overlay0 $overlay0 client.background $base + + smart_borders on + default_border pixel 3 + gaps inner 5 + gaps outer 3 ''; };