Replace foot with kitty

This commit is contained in:
Sravan Balaji
2024-09-03 17:23:43 -04:00
parent 10c865c57f
commit 96c0aecbfb
2 changed files with 2 additions and 4 deletions

View File

@@ -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[] = {

View File

@@ -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[] = {