Improved gaps

This commit is contained in:
Christian Colglazier 2020-07-05 09:06:12 -04:00
parent 49b49fc7bb
commit 8196c71d93
2 changed files with 7 additions and 7 deletions

View File

@ -73,8 +73,8 @@ bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent bindsym $mod+a focus parent
# Gaps # Gaps
set $inner 10 set $inner 16
set $outer 2 set $outer 0
gaps inner $inner gaps inner $inner
gaps outer $outer gaps outer $outer
smart_borders no_gaps smart_borders no_gaps

View File

@ -1,5 +1,5 @@
configuration { configuration {
modi: "window,run,ssh"; modi: "window,drun,ssh";
width: 30; width: 30;
lines: 10; lines: 10;
columns: 1; columns: 1;
@ -44,14 +44,14 @@ configuration {
/* separator-style: "dash";*/ /* separator-style: "dash";*/
/* hide-scrollbar: false;*/ /* hide-scrollbar: false;*/
fullscreen: false; fullscreen: false;
/* fake-transparency: false;*/ fake-transparency: false;
/* dpi: -1;*/ /* dpi: -1;*/
/* threads: 0;*/ /* threads: 0;*/
/* scrollbar-width: 8;*/ scrollbar-width: 0;
/* scroll-method: 0;*/ scroll-method: 0;
/* fake-background: "screenshot";*/ /* fake-background: "screenshot";*/
/* window-format: "{w} {c} {t}";*/ /* window-format: "{w} {c} {t}";*/
/* click-to-exit: true;*/ click-to-exit: true;
/* show-match: true;*/ /* show-match: true;*/
theme: aqua; theme: aqua;
/* color-normal: ;*/ /* color-normal: ;*/