Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
implemented focus on enterwindow on titlebars
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
180b890
..
80d4918
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-3,10
+3,7
@@
* See LICENSE file for license details.
*/
* See LICENSE file for license details.
*/
-enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
-
-#define ARRANGE dotile /* dofloat */
-#define DEFTAG Tdev
+#define DEFMODE dotile /* dofloat */
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#0a2c2d"
#define FGCOLOR "#ddeeee"
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#0a2c2d"
#define FGCOLOR "#ddeeee"
@@
-15,6
+12,7
@@
enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
#define NUMLOCKMASK Mod2Mask
#define MASTERW 52 /* percent */
#define NUMLOCKMASK Mod2Mask
#define MASTERW 52 /* percent */
+enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
#define TAGS \
char *tags[TLast] = { \
[Tfnord] = "fnord", \
#define TAGS \
char *tags[TLast] = { \
[Tfnord] = "fnord", \
@@
-23,6
+21,7
@@
char *tags[TLast] = { \
[Twork] = "work", \
[Tmisc] = "misc", \
};
[Twork] = "work", \
[Tmisc] = "misc", \
};
+#define DEFTAG Tdev
#define KEYS \
const char *browse[] = { "firefox", NULL }; \
#define KEYS \
const char *browse[] = { "firefox", NULL }; \