diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | config.h | 2 |
2 files changed, 4 insertions, 1 deletions
| @@ -1,3 +1,6 @@ | |||
| 1 | *.o | 1 | *.o |
| 2 | dwm | 2 | dwm |
| 3 | patches/* | 3 | patches/* |
| 4 | *.orig | ||
| 5 | *.rej | ||
| 6 | *.diff | ||
| @@ -3,7 +3,7 @@ | |||
| 3 | #define TERM "urxvt" | 3 | #define TERM "urxvt" |
| 4 | 4 | ||
| 5 | /* appearance */ | 5 | /* appearance */ |
| 6 | static const unsigned int borderpx = 3; /* border pixel of windows */ | 6 | static const unsigned int borderpx = 0; /* border pixel of windows */ |
| 7 | static const unsigned int snap = 32; /* snap pixel */ | 7 | static const unsigned int snap = 32; /* snap pixel */ |
| 8 | static const unsigned int gappih = 20; /* horiz inner gap between windows */ | 8 | static const unsigned int gappih = 20; /* horiz inner gap between windows */ |
| 9 | static const unsigned int gappiv = 10; /* vert inner gap between windows */ | 9 | static const unsigned int gappiv = 10; /* vert inner gap between windows */ |
