Merge pull request #23 from E-Almqvist/dev

Revert "Removed gaps (temp)"
pull/33/head
Elias Almqvist 3 years ago committed by GitHub
commit c8272929b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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