aboutsummaryrefslogtreecommitdiff
path: root/patches/XF86keysym.patch
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-28 11:09:33 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-28 11:09:33 +0530
commite3bbbedea14627a711b0226429bd2039090385dc (patch)
tree75633c98f68d112ba65bff2edc9f4116830e85e1 /patches/XF86keysym.patch
parentc5965720ed2929625746dd7b5c561ef51b2953db (diff)
alacritty->kitty
Diffstat (limited to 'patches/XF86keysym.patch')
-rw-r--r--patches/XF86keysym.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/XF86keysym.patch b/patches/XF86keysym.patch
index 9255b9a..2ce8e06 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[] = { "alacritty", NULL };
+ static const char *termcmd[] = { "kitty", NULL };
static const char *menucmd[] = { "bemenu-run", NULL };
@@ -107,6 +113,9 @@ static const Key keys[] = {