This commit is contained in:
Sakooooo 2023-09-12 08:03:29 +04:00
parent b9a68c2024
commit e2b1f957e6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -59,7 +59,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *roficmd[] = { "rofi", "-show-icons", "-show", "drun", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *termcmd[] = { "kitty", NULL };
static const Key keys[] = {
/* modifier key function argument */