From 24cf574eb03d65f0e3b594578293073401f7e9b8 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Sun, 31 May 2020 11:53:40 +0200 Subject: [PATCH] Fixed firefox rule and shortcut --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 2e60daa..54fc50d 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* 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 }, }; @@ -72,7 +72,7 @@ static Key keys[] = { { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY|ControlMask, XK_q, spawn, SHCMD("dmenu_quit") }, { MODKEY, XK_u, spawn, SHCMD("udmenu") }, - { MODKEY, XK_g, spawn, SHCMD("Firefox") }, + { MODKEY, XK_g, spawn, SHCMD("firefox") }, // Toggle status bar { MODKEY, XK_b, togglebar, {0} }, // Stack manipulation