From 01204d71d3838d28a178db3af660f5feb2084204 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 19 Feb 2024 13:45:53 +0400 Subject: 6.4.1-alt1 - change terminal to wezterm --- .gear/dwm.spec | 5 ++++- dwm-6.4_userconfig.patch | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gear/dwm.spec b/.gear/dwm.spec index cd712ce..d6db6bd 100644 --- a/.gear/dwm.spec +++ b/.gear/dwm.spec @@ -1,6 +1,6 @@ Name: dwm %define dwm_version 6.4 -%define patches_version .0 +%define patches_version .1 Version: %dwm_version%patches_version Release: alt1 @@ -43,6 +43,9 @@ install -pD -m 644 %name.png %buildroot%_niconsdir/%name.png %_niconsdir/%name.png %changelog +* Mon Feb 19 2024 Andrew Guschin 6.4.1-alt1 +- change terminal to wezterm + * Mon Feb 19 2024 Andrew Guschin 6.4.0-alt1 - change versioning scheme 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 }; -- cgit v1.2.3