Wel, no. Kitty is still weird.
This commit is contained in:
parent
28d7db99c0
commit
2d38ff59bf
2 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ typedef struct {
|
|||
const char *name;
|
||||
const void *cmd;
|
||||
} Sp;
|
||||
const char *spcmd1[] = {"kitty", "--name", "spterm", "-g", "120x34", NULL };
|
||||
const char *spcmd1[] = {"st", "-n", "spterm", "-g", "120x34", NULL };
|
||||
static Sp scratchpads[] = {
|
||||
/* name cmd */
|
||||
{"spterm", spcmd1},
|
||||
|
@ -45,7 +45,7 @@ static const Rule rules[] = {
|
|||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask switchtotag isfloating isterminal noswallow monitor */
|
||||
{ NULL, NULL, "kitty", 0, 0, 0, 1, 0, -1 },
|
||||
{ NULL, NULL, "st", 0, 0, 0, 1, 0, -1 },
|
||||
{ "Firefox", NULL, NULL, 2, 1, 0, 0, 0, -1 },
|
||||
{ "qutebrowser", NULL, NULL, 2, 1, 0, 0, 0, -1 },
|
||||
{ "Ferdi" , NULL, NULL, 1 << 2, 1, 0, 0, 0, -1 },
|
||||
|
@ -85,7 +85,7 @@ static const Layout layouts[] = {
|
|||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||
|
||||
/* commands */
|
||||
static const char *termcmd[] = { "kitty", NULL };
|
||||
static const char *termcmd[] = { "st", NULL };
|
||||
|
||||
#include <X11/XF86keysym.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue