From 90d457d909691bda50f377f7ff2b6f2704632df1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 8 Aug 2022 22:00:03 -0500 Subject: [PATCH] refactor(sway): use larger gaps and borders --- dots/.config/sway/conf/appearance.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/.config/sway/conf/appearance.conf b/dots/.config/sway/conf/appearance.conf index 4d218eaf..a55bc092 100644 --- a/dots/.config/sway/conf/appearance.conf +++ b/dots/.config/sway/conf/appearance.conf @@ -1,8 +1,8 @@ # vim: set filetype=swayconfig: -gaps inner 2 -gaps outer 2 -default_border pixel 2 -default_floating_border pixel 2 +gaps inner 5 +gaps outer 3 +default_border pixel 4 +default_floating_border pixel 4 include colors.conf