Replace foot with kitty
This commit is contained in:
@@ -103,7 +103,6 @@ static const char *const autostart[] = {
|
|||||||
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
||||||
"/usr/bin/kdeconnectd", "--replace", NULL,
|
"/usr/bin/kdeconnectd", "--replace", NULL,
|
||||||
"/usr/bin/foot", "-s", NULL,
|
|
||||||
"/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,
|
"/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,
|
||||||
"/usr/bin/nextcloud", NULL,
|
"/usr/bin/nextcloud", NULL,
|
||||||
"/usr/bin/syncthing-gtk", NULL,
|
"/usr/bin/syncthing-gtk", NULL,
|
||||||
@@ -235,7 +234,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
|
|||||||
** Commands
|
** Commands
|
||||||
|
|
||||||
#+BEGIN_SRC c :tangle config.h
|
#+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 char *menucmd[] = { "wofi", "--show", "drun", NULL };
|
||||||
|
|
||||||
static const Key keys[] = {
|
static const Key keys[] = {
|
||||||
|
3
config.h
3
config.h
@@ -24,7 +24,6 @@ static const char *const autostart[] = {
|
|||||||
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
"/usr/bin/bash", "/home/sravan/.azotebg", NULL,
|
||||||
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
"/usr/libexec/polkit-gnome-authentication-agent-1", NULL,
|
||||||
"/usr/bin/kdeconnectd", "--replace", NULL,
|
"/usr/bin/kdeconnectd", "--replace", NULL,
|
||||||
"/usr/bin/foot", "-s", NULL,
|
|
||||||
"/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,
|
"/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,
|
||||||
"/usr/bin/nextcloud", NULL,
|
"/usr/bin/nextcloud", NULL,
|
||||||
"/usr/bin/syncthing-gtk", 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 */
|
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
|
||||||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
#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 char *menucmd[] = { "wofi", "--show", "drun", NULL };
|
||||||
|
|
||||||
static const Key keys[] = {
|
static const Key keys[] = {
|
||||||
|
Reference in New Issue
Block a user