Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
moved floating to layout.c, kept tile.c outside
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
6d8f1e8
..
682bb41
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-3,8
+3,8
@@
VERSION = 4.4
# Customize below to fit your system
-#
layouts
-SRC =
float.c
tile.c
+#
additional layouts beside floating
+SRC = tile.c
# paths
PREFIX = /usr/local