swallow
This commit is contained in:
parent
a2d030626d
commit
a622116410
1 changed files with 15 additions and 14 deletions
|
@ -12,8 +12,8 @@ dwm-windowmap-20221026.diff
|
|||
dwm-noborderselflickerfix-2022042627-d93ff48803f0.diff
|
||||
---
|
||||
diff '--color=auto' -Nu a/config.def.h b/config.def.h
|
||||
--- a/config.def.h 2024-12-18 14:46:01.037657613 -0600
|
||||
+++ b/config.def.h 2024-12-18 12:43:17.136599375 -0600
|
||||
--- a/config.def.h 2024-12-18 18:49:39.004372993 -0600
|
||||
+++ b/config.def.h 2024-12-18 18:43:59.041041712 -0600
|
||||
@@ -3,6 +3,7 @@
|
||||
/* appearance */
|
||||
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} },
|
||||
diff '--color=auto' -Nu a/config.h b/config.h
|
||||
--- a/config.h 1969-12-31 18:00:00.000000000 -0600
|
||||
+++ b/config.h 2024-12-18 12:43:17.139932708 -0600
|
||||
@@ -0,0 +1,122 @@
|
||||
+++ b/config.h 2024-12-18 18:48:22.571040090 -0600
|
||||
@@ -0,0 +1,123 @@
|
||||
+/* See LICENSE file for copyright and license details. */
|
||||
+
|
||||
+/* appearance */
|
||||
|
@ -108,11 +108,12 @@ diff '--color=auto' -Nu a/config.h b/config.h
|
|||
+ * WM_CLASS(STRING) = instance, class
|
||||
+ * WM_NAME(STRING) = title
|
||||
+ */
|
||||
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||
+ { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
|
||||
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
|
||||
+ { "St", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||
+ /* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||
+ { "st", NULL, NULL, 0, 0, 1, 0, -1 },
|
||||
+ { "Display-im6.q16", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||
+ { "zbar", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||
+ { "qemu-system-x86_64", NULL, NULL, 0, 1, 1, 0, -1 },
|
||||
+ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||
+};
|
||||
+
|
||||
+/* 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
|
||||
--- a/config.mk 2024-12-18 14:46:01.037657613 -0600
|
||||
+++ b/config.mk 2024-12-18 12:43:17.139932708 -0600
|
||||
--- a/config.mk 2024-12-18 18:49:39.004372993 -0600
|
||||
+++ b/config.mk 2024-12-18 18:43:59.044375045 -0600
|
||||
@@ -20,10 +20,11 @@
|
||||
# OpenBSD (uncomment)
|
||||
#FREETYPEINC = ${X11INC}/freetype2
|
||||
|
@ -213,8 +214,8 @@ diff '--color=auto' -Nu a/config.mk b/config.mk
|
|||
# flags
|
||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
|
||||
diff '--color=auto' -Nu a/dwm.c b/dwm.c
|
||||
--- a/dwm.c 2024-12-18 14:46:01.037657613 -0600
|
||||
+++ b/dwm.c 2024-12-18 14:44:34.614324811 -0600
|
||||
--- a/dwm.c 2024-12-18 18:49:39.004372993 -0600
|
||||
+++ b/dwm.c 2024-12-18 18:43:59.044375045 -0600
|
||||
@@ -40,6 +40,12 @@
|
||||
#include <X11/extensions/Xinerama.h>
|
||||
#endif /* XINERAMA */
|
||||
|
@ -1117,7 +1118,7 @@ diff '--color=auto' -Nu a/dwm.c b/dwm.c
|
|||
Common subdirectories: a/.git and b/.git
|
||||
diff '--color=auto' -Nu a/movestack.c b/movestack.c
|
||||
--- 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 @@
|
||||
+void
|
||||
+movestack(const Arg *arg) {
|
||||
|
|
Loading…
Reference in a new issue