Fixed firefox rule and shortcut

This commit is contained in:
Fabian Schmidt 2020-05-31 11:53:40 +02:00
parent d463c42e5c
commit 24cf574eb0

View File

@ -30,7 +30,7 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title * WM_NAME(STRING) = title
*/ */
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Firefox", NULL, NULL, 1 << 1, 0, -1 }, { "firefox", NULL, NULL, 1 << 1, 0, -1 },
{ "Steam", NULL, NULL, 1 << 7, 0, -1 }, { "Steam", NULL, NULL, 1 << 7, 0, -1 },
}; };
@ -72,7 +72,7 @@ static Key keys[] = {
{ MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ControlMask, XK_q, spawn, SHCMD("dmenu_quit") }, { MODKEY|ControlMask, XK_q, spawn, SHCMD("dmenu_quit") },
{ MODKEY, XK_u, spawn, SHCMD("udmenu") }, { MODKEY, XK_u, spawn, SHCMD("udmenu") },
{ MODKEY, XK_g, spawn, SHCMD("Firefox") }, { MODKEY, XK_g, spawn, SHCMD("firefox") },
// Toggle status bar // Toggle status bar
{ MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_b, togglebar, {0} },
// Stack manipulation // Stack manipulation