From 8857c9c85bc88bed957bdfa244f2431d4fe07cde Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 3 Sep 2024 17:23:43 -0400 Subject: [PATCH] Replace foot with kitty --- README.org | 3 +-- config.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index c67d39d..b41b473 100644 --- a/README.org +++ b/README.org @@ -88,7 +88,6 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/libexec/polkit-gnome-authentication-agent-1", NULL, "/usr/bin/kdeconnectd", "--replace", NULL, - "/usr/bin/foot", "-s", NULL, "/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL, "/usr/bin/nextcloud", NULL, "/usr/bin/syncthing-gtk", NULL, @@ -219,7 +218,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA ** Commands #+BEGIN_SRC c :tangle config.h -static const char *termcmd[] = { "footclient", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *menucmd[] = { "wofi", "--show", "drun", NULL }; static const Key keys[] = { diff --git a/config.h b/config.h index 841b2c0..b26eee4 100644 --- a/config.h +++ b/config.h @@ -23,7 +23,6 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/libexec/polkit-gnome-authentication-agent-1", NULL, "/usr/bin/kdeconnectd", "--replace", NULL, - "/usr/bin/foot", "-s", NULL, "/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL, "/usr/bin/nextcloud", NULL, "/usr/bin/syncthing-gtk", NULL, @@ -126,7 +125,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA /* helper for spawning shell commands in the pre dwm-5.0 fashion */ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } -static const char *termcmd[] = { "footclient", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *menucmd[] = { "wofi", "--show", "drun", NULL }; static const Key keys[] = {