From 8a3409d14b59b49b121a9e18bdc321e1c092d989 Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 7 Oct 2022 11:33:34 +0200 Subject: [PATCH] feat: disable useless gaps --- .config/awesome/theme.lua | 2 +- .config/sway/config.d/10-variables.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua index d84806d..4c07ea3 100644 --- a/.config/awesome/theme.lua +++ b/.config/awesome/theme.lua @@ -26,7 +26,7 @@ theme.fg_focus = "#ffffff" theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" -theme.useless_gap = dpi(4) +theme.useless_gap = dpi(0) theme.border_width = dpi(2) theme.border_normal = "#000000" theme.border_focus = "#e00000" diff --git a/.config/sway/config.d/10-variables.conf b/.config/sway/config.d/10-variables.conf index 45e6de4..8df22aa 100644 --- a/.config/sway/config.d/10-variables.conf +++ b/.config/sway/config.d/10-variables.conf @@ -27,7 +27,5 @@ set $ws9 9:ETC # border background text indicator child_border client.focused #4c7899 #285577 #ffffff #2e9ef4 #e00000 default_border pixel -gaps inner 4 -gaps outer 4 set $screen_timeout 600