[dwm] Revert "Increase gaps"
This reverts commit 97827673e5183b95cb4e33bd6b86ce3c6374f3ba.
This commit is contained in:
parent
54218d2dca
commit
7a926363aa
@ -6,10 +6,10 @@
|
||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
|
||||
static const unsigned int gappih = 70; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 80; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 90; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 110; /* vert outer gap between windows and screen edge */
|
||||
static const unsigned int gappih = 35; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 40; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 30; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 40; /* vert outer gap between windows and screen edge */
|
||||
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
|
||||
static int passthrough = 0; /* 1 means to ignore most shortcuts */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
|
Loading…
Reference in New Issue
Block a user