Merge pull request #31 from E-Almqvist/dev

Reversed gap order
pull/33/head
Elias Almqvist 3 years ago committed by GitHub
commit 04c70cc453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/config.h

@ -3,8 +3,8 @@
/* 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;
static const unsigned int gapmodes[] = { gappx, 40, 80 };
static const unsigned int gappx = 80;
static const unsigned int gapmodes[] = { gappx, 40, 0 };
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int usealtbar = 1; /* 1 means use non-dwm status bar */

Loading…
Cancel
Save