diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1b5af34..8768293 100644 --- a/config.def.h +++ b/config.def.h @@ -32,8 +32,9 @@ static const Rule rules[] = { /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */ { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 }, { "Librewolf", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 }, - { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, + { "Kitty", NULL, NULL, 0, 0, 0, 1, 0, -1 }, { "Orage", NULL, NULL, 0, 1, 1, 0, 1, -1 }, + { "st-256color", NULL, NULL, 0, 1, 1, 1, 1, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 0, 1, -1 }, /* xev */ }; @@ -77,6 +78,7 @@ static const Key keys[] = { { MODKEY, XK_x, spawn, SHCMD("dmenu-power") }, { MODKEY, XK_a, spawn, SHCMD("dmenu-audio") }, { MODKEY, XK_s, spawn, SHCMD("dmenu-system") }, + { MODKEY, XK_Delete, spawn, SHCMD("st -g 120x34") }, { MODKEY, XK_d, incnmaster, {.i = -1 } }, { MODKEY, XK_i, incnmaster, {.i = +1 } }, { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, |