more minimal
This commit is contained in:
parent
e052765d80
commit
b7c3ae01c6
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
#include <X11/XF86keysym.h>
|
#include <X11/XF86keysym.h>
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const Gap default_gap = {.isgap = 1, .realgap = 25, .gappx = 25};
|
static const Gap default_gap = {.isgap = 1, .realgap = 10, .gappx = 10};
|
||||||
static const unsigned int snap = 15; /* snap pixel */
|
static const unsigned int snap = 5; /* snap pixel */
|
||||||
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 0; /* 0 means bottom bar */
|
static const int topbar = 0; /* 0 means bottom bar */
|
||||||
|
|
Loading…
Reference in a new issue