fixed mistake

This commit is contained in:
pbentes
2025-05-04 21:57:10 +01:00
parent fbb9607587
commit 84bb66cd82

View File

@ -1,12 +1,12 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int gappx = 10; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int horizpadbar = 5; /* horizontal padding for statusbar */
static const int horizpadbar = 0; /* horizontal padding for statusbar */
static const int vertpadbar = 5; /* vertical padding for statusbar */
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 10; /* horizontal padding of bar */