diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 15:47:21 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 15:47:21 +0530 | 
| commit | abd9f95ecc93dbce19bc23cb45915906ca7478fb (patch) | |
| tree | aba095f2e3c7de9ff0b2d8dcf62072aaa3468c1b | |
| parent | e3bbbedea14627a711b0226429bd2039090385dc (diff) | |
Revert "alacritty->kitty"
This reverts commit e3bbbedea14627a711b0226429bd2039090385dc.
| -rw-r--r-- | config.def.h | 2 | ||||
| -rw-r--r-- | patches/XF86keysym.patch | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config.def.h b/config.def.h index b6c8f97..66a26ea 100644 --- a/config.def.h +++ b/config.def.h @@ -135,7 +135,7 @@ static const char *mute[] = { "pamixer", "-t", NULL };  static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL };  static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL }; -static const char *termcmd[] = { "kitty", NULL }; +static const char *termcmd[] = { "alacritty", NULL };  static const char *menucmd[] = { "/config/dist/run.sh", NULL };  static const char *vmcmd[] = { "/config/dist/vm.sh", NULL };  static const char *lgcmd[] = { "looking-glass-client", "-m", "97", NULL }; 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[] = { | 
