Merge pull request #28 from E-Almqvist/dev

Cleanup
pull/33/head
Elias Almqvist 3 years ago committed by GitHub
commit f81c421edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/config.h
  2. 1
      src/dwm.c

@ -1,8 +1,5 @@
/* See LICENSE file for copyright and license details. */
/* logging */
static const char* logfile = "/tmp/dwm.log";
/* appearance */
static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int snap = 16; /* snap pixel (32)*/

@ -44,7 +44,6 @@
#include "drw.h"
#include "util.h"
#include "log.h"
/* macros */
#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask)

Loading…
Cancel
Save