Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
simplified Makefile
[dwm.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index
48f1f2a
..
5da5711
100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-7,24
+7,23
@@
#include <string.h>
#include <X11/Xutil.h>
#include <string.h>
#include <X11/Xutil.h>
-/********** CUSTOMIZE **********/
-
-char *tags[TLast] = {
- [Tscratch] = "scratch",
- [Tdev] = "dev",
- [Twww] = "www",
- [Twork] = "work",
-};
+/* static */
+/* CUSTOMIZE */
static Rule rule[] = {
/* class instance tags isfloat */
{ "Firefox-bin", "Gecko", { [Twww] = "www" }, False },
};
static Rule rule[] = {
/* class instance tags isfloat */
{ "Firefox-bin", "Gecko", { [Twww] = "www" }, False },
};
-/********** CUSTOMIZE **********/
-
-/* extern functions */
+/* extern */
+/* CUSTOMIZE */
+char *tags[TLast] = {
+ [Tscratch] = "scratch",
+ [Tdev] = "dev",
+ [Twww] = "www",
+ [Twork] = "work",
+};
void (*arrange)(Arg *) = dotile;
void
void (*arrange)(Arg *) = dotile;
void