aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--config.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2eef289..4569b4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
1*.o 1*.o
2dwm 2dwm
3patches/* 3patches/*
4*.orig
5*.rej
6*.diff
diff --git a/config.h b/config.h
index 7600dc4..89a0675 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
3#define TERM "urxvt" 3#define TERM "urxvt"
4 4
5/* appearance */ 5/* appearance */
6static const unsigned int borderpx = 3; /* border pixel of windows */ 6static const unsigned int borderpx = 0; /* border pixel of windows */
7static const unsigned int snap = 32; /* snap pixel */ 7static const unsigned int snap = 32; /* snap pixel */
8static const unsigned int gappih = 20; /* horiz inner gap between windows */ 8static const unsigned int gappih = 20; /* horiz inner gap between windows */
9static const unsigned int gappiv = 10; /* vert inner gap between windows */ 9static const unsigned int gappiv = 10; /* vert inner gap between windows */