This commit is contained in:
tavo 2024-12-18 18:52:11 -06:00
parent a2d030626d
commit a622116410

View file

@ -12,8 +12,8 @@ dwm-windowmap-20221026.diff
dwm-noborderselflickerfix-2022042627-d93ff48803f0.diff dwm-noborderselflickerfix-2022042627-d93ff48803f0.diff
--- ---
diff '--color=auto' -Nu a/config.def.h b/config.def.h diff '--color=auto' -Nu a/config.def.h b/config.def.h
--- a/config.def.h 2024-12-18 14:46:01.037657613 -0600 --- a/config.def.h 2024-12-18 18:49:39.004372993 -0600
+++ b/config.def.h 2024-12-18 12:43:17.136599375 -0600 +++ b/config.def.h 2024-12-18 18:43:59.041041712 -0600
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
/* appearance */ /* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int borderpx = 1; /* border pixel of windows */
@ -72,8 +72,8 @@ diff '--color=auto' -Nu a/config.def.h b/config.def.h
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} }, { ClkClientWin, MODKEY, Button2, togglefloating, {0} },
diff '--color=auto' -Nu a/config.h b/config.h diff '--color=auto' -Nu a/config.h b/config.h
--- a/config.h 1969-12-31 18:00:00.000000000 -0600 --- a/config.h 1969-12-31 18:00:00.000000000 -0600
+++ b/config.h 2024-12-18 12:43:17.139932708 -0600 +++ b/config.h 2024-12-18 18:48:22.571040090 -0600
@@ -0,0 +1,122 @@ @@ -0,0 +1,123 @@
+/* See LICENSE file for copyright and license details. */ +/* See LICENSE file for copyright and license details. */
+ +
+/* appearance */ +/* appearance */
@ -108,11 +108,12 @@ diff '--color=auto' -Nu a/config.h b/config.h
+ * WM_CLASS(STRING) = instance, class + * WM_CLASS(STRING) = instance, class
+ * WM_NAME(STRING) = title + * WM_NAME(STRING) = title
+ */ + */
+ /* class instance title tags mask isfloating isterminal noswallow monitor */ + /* class instance title tags mask isfloating isterminal noswallow monitor */
+ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 }, + { "st", NULL, NULL, 0, 0, 1, 0, -1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 }, + { "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
+ { "St", NULL, NULL, 0, 0, 1, 0, -1 }, + { "zbar", NULL, NULL, 0, 1, 1, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + { "qemu-system-x86_64", NULL, NULL, 0, 1, 1, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
+}; +};
+ +
+/* layout(s) */ +/* layout(s) */
@ -197,8 +198,8 @@ diff '--color=auto' -Nu a/config.h b/config.h
+}; +};
+ +
diff '--color=auto' -Nu a/config.mk b/config.mk diff '--color=auto' -Nu a/config.mk b/config.mk
--- a/config.mk 2024-12-18 14:46:01.037657613 -0600 --- a/config.mk 2024-12-18 18:49:39.004372993 -0600
+++ b/config.mk 2024-12-18 12:43:17.139932708 -0600 +++ b/config.mk 2024-12-18 18:43:59.044375045 -0600
@@ -20,10 +20,11 @@ @@ -20,10 +20,11 @@
# OpenBSD (uncomment) # OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2 #FREETYPEINC = ${X11INC}/freetype2
@ -213,8 +214,8 @@ diff '--color=auto' -Nu a/config.mk b/config.mk
# flags # flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
diff '--color=auto' -Nu a/dwm.c b/dwm.c diff '--color=auto' -Nu a/dwm.c b/dwm.c
--- a/dwm.c 2024-12-18 14:46:01.037657613 -0600 --- a/dwm.c 2024-12-18 18:49:39.004372993 -0600
+++ b/dwm.c 2024-12-18 14:44:34.614324811 -0600 +++ b/dwm.c 2024-12-18 18:43:59.044375045 -0600
@@ -40,6 +40,12 @@ @@ -40,6 +40,12 @@
#include <X11/extensions/Xinerama.h> #include <X11/extensions/Xinerama.h>
#endif /* XINERAMA */ #endif /* XINERAMA */
@ -1117,7 +1118,7 @@ diff '--color=auto' -Nu a/dwm.c b/dwm.c
Common subdirectories: a/.git and b/.git Common subdirectories: a/.git and b/.git
diff '--color=auto' -Nu a/movestack.c b/movestack.c diff '--color=auto' -Nu a/movestack.c b/movestack.c
--- a/movestack.c 1969-12-31 18:00:00.000000000 -0600 --- a/movestack.c 1969-12-31 18:00:00.000000000 -0600
+++ b/movestack.c 2024-12-18 12:43:17.143266041 -0600 +++ b/movestack.c 2024-12-18 18:43:59.044375045 -0600
@@ -0,0 +1,48 @@ @@ -0,0 +1,48 @@
+void +void
+movestack(const Arg *arg) { +movestack(const Arg *arg) {