From 96c0aecbfb5fb96de08b684865f1d4105d06be85 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 14848e3..daf759d 100644 --- a/README.org +++ b/README.org @@ -103,7 +103,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, @@ -235,7 +234,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 768d82f..42cd687 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,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, @@ -128,7 +127,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[] = {