dmenu
This commit is contained in:
parent
3c06b905e5
commit
65d54be282
1 changed files with 5 additions and 6 deletions
|
@ -10,9 +10,8 @@ dwm-attachbottom-6.3.diff
|
|||
dwm-alwayscenter-20200625-f04cac6.diff
|
||||
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-13 14:02:33.452592229 -0600
|
||||
--- a/config.def.h 2024-12-13 14:37:06.705932001 -0600
|
||||
+++ b/config.def.h 2024-12-13 13:36:45.519666924 -0600
|
||||
@@ -3,6 +3,7 @@
|
||||
/* appearance */
|
||||
|
@ -72,7 +71,7 @@ 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-13 13:57:27.581997867 -0600
|
||||
+++ b/config.h 2024-12-13 14:36:42.009725573 -0600
|
||||
@@ -0,0 +1,123 @@
|
||||
+/* See LICENSE file for copyright and license details. */
|
||||
+
|
||||
|
@ -141,7 +140,7 @@ diff '--color=auto' -Nu a/config.h b/config.h
|
|||
+
|
||||
+/* commands */
|
||||
+static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
|
||||
+static const char *dmenucmd[] = { "dmenu_run", NULL };
|
||||
+static const char *termcmd[] = { "st", NULL };
|
||||
+
|
||||
+#include "movestack.c"
|
||||
|
@ -198,7 +197,7 @@ 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-13 14:02:33.452592229 -0600
|
||||
--- a/config.mk 2024-12-13 14:37:06.705932001 -0600
|
||||
+++ b/config.mk 2024-12-13 13:36:45.519666924 -0600
|
||||
@@ -20,10 +20,11 @@
|
||||
# OpenBSD (uncomment)
|
||||
|
@ -214,7 +213,7 @@ 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-13 14:02:33.452592229 -0600
|
||||
--- a/dwm.c 2024-12-13 14:37:06.709932032 -0600
|
||||
+++ b/dwm.c 2024-12-13 13:40:36.901568536 -0600
|
||||
@@ -40,6 +40,12 @@
|
||||
#include <X11/extensions/Xinerama.h>
|
||||
|
|
Loading…
Reference in a new issue