From abd9f95ecc93dbce19bc23cb45915906ca7478fb Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 14 Mar 2025 15:47:21 +0530 Subject: Revert "alacritty->kitty" This reverts commit e3bbbedea14627a711b0226429bd2039090385dc. --- patches/XF86keysym.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches') diff --git a/patches/XF86keysym.patch b/patches/XF86keysym.patch index 2ce8e06..9255b9a 100644 --- a/patches/XF86keysym.patch +++ b/patches/XF86keysym.patch @@ -26,7 +26,7 @@ index 089aa3795..29a6d624f 100644 +static const char *downvol[] = { "amixer", "-q", "-c", "0", "set", "Master", "2-", NULL }; +// for muting/unmuting // +static const char *mute[] = { "amixer", "-q", "set", "Master", "toggle", NULL }; - static const char *termcmd[] = { "kitty", NULL }; + static const char *termcmd[] = { "alacritty", NULL }; static const char *menucmd[] = { "bemenu-run", NULL }; @@ -107,6 +113,9 @@ static const Key keys[] = { -- cgit v1.2.3