Revert "Removed gaps (temp)"

This reverts commit c7d728b943.
pull/23/head
E. Almqvist 3 years ago
parent c7d728b943
commit 1da3087085
  1. 2
      src/config.h

@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int snap = 16; /* snap pixel (32)*/
static const unsigned int gappx = 0; /* px: 40 */
static const unsigned int gappx = 40;
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
static const int usealtbar = 1; /* 1 means use non-dwm status bar */

Loading…
Cancel
Save