diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-28 11:09:33 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-28 11:09:33 +0530 | 
| commit | e3bbbedea14627a711b0226429bd2039090385dc (patch) | |
| tree | 75633c98f68d112ba65bff2edc9f4116830e85e1 /config.def.h | |
| parent | c5965720ed2929625746dd7b5c561ef51b2953db (diff) | |
alacritty->kitty
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.def.h b/config.def.h index 66a26ea..b6c8f97 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[] = { "alacritty", NULL }; +static const char *termcmd[] = { "kitty", 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 }; | 
