From c6755a6692df37fc3bd20f02456c21ea7ea9d441 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 13 Aug 2022 22:02:23 +0200 Subject: [PATCH] Smaller gaps in BSPWM --- hm_modules/bspwm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/bspwm.nix b/hm_modules/bspwm.nix index 3c4fca8..7e28e3b 100644 --- a/hm_modules/bspwm.nix +++ b/hm_modules/bspwm.nix @@ -11,9 +11,9 @@ in xsession.windowManager.bspwm = { enable = true; settings = { - border_width = 2; + border_width = 1; border_radius = 8; - window_gap = 4; + window_gap = 2; split_ratio = 0.5; top_padding = 0; borderless_monocle = true;