From 5c2295810d707e9bd0ffe5985cb3e21f266bb0c2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 25 Sep 2019 21:38:01 -0400 Subject: [PATCH] Update the way borders and gaps work --- emacs/.config/doom/config.el | 3 ++- i3/.config/i3/config | 2 +- kitty/.config/kitty/kitty.conf | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index a7b0b2d..f90cbd1 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -27,10 +27,11 @@ (setq x-super-keysym 'meta x-meta-keysym 'super))) +(set-frame-parameter nil 'internal-border-width 10) + (when IS-MAC (setq ns-use-thin-smoothing t)) - ;; ;; Keybinds diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 8f69db0..5f923e6 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -200,7 +200,7 @@ bindsym $mod+c exec compton --config ~/.config/compton/compton.conf bindsym $mod+x exec pkill compton gaps inner 5 gaps outer 5 -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 0 client.focused #4c7899 #285577 #ffffff #2e9ef4 #FF0000 # Setup Russian layout siwtching with Alt+Shift diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index c33f2b5..45d5587 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -264,6 +264,7 @@ visual_bell_duration 0.1 #: visible. Negative values will cause the value of #: window_margin_width to be used instead. +window_padding_width 15 # window_padding_width 0.0 #: The window padding (in pts) (blank area between the text and the