summaryrefslogtreecommitdiff
path: root/dwm-6.4_userconfig.patch
diff options
context:
space:
mode:
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 };