summaryrefslogtreecommitdiff
path: root/dwm-6.4_userconfig.patch
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-02-19 13:45:53 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-02-19 13:45:53 +0400
commit01204d71d3838d28a178db3af660f5feb2084204 (patch)
tree74d149c1755babfefb47406b551cb15684fa4541 /dwm-6.4_userconfig.patch
parent9b8e91d1ff689112e1393f072b5f494a61d95106 (diff)
6.4.1-alt1
- change terminal to wezterm
Diffstat (limited to 'dwm-6.4_userconfig.patch')
-rw-r--r--dwm-6.4_userconfig.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm-6.4_userconfig.patch b/dwm-6.4_userconfig.patch
index 6cd20ca..c2847d9 100644
--- a/dwm-6.4_userconfig.patch
+++ b/dwm-6.4_userconfig.patch
@@ -1,6 +1,6 @@
diff --git a/config.h b/config.h
new file mode 100644
-index 0000000..faa484e
+index 0000000..e074b74
--- /dev/null
+++ b/config.h
@@ -0,0 +1,187 @@
@@ -92,7 +92,7 @@ index 0000000..faa484e
+
+/* commands */
+static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-+static const char *termcmd[] = { "alacritty", NULL };
++static const char *termcmd[] = { "wezterm", NULL };
+static const char *browsercmd[] = { "firefox", NULL };
+static const char *brightness_dec[] = { "xbacklight", "-dec", "5", NULL };
+static const char *brightness_inc[] = { "xbacklight", "-inc", "5", NULL };