From ea02a5ba014c974584a18f28dfcba2dbe5a7b73b Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 10 Aug 2019 23:03:43 +0200 Subject: Fixed firefox tag assignment --- config-desktop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-desktop.h b/config-desktop.h index 9a8f664..6f808e6 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -22,7 +22,7 @@ static const char colors[NUMCOLORS][ColLast][8] = { }; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 8; /* snap pixel */ -static const int statusbarpadding = 0; +static const int statusbarpadding = 1; static const Bool showbar = True; /* False means no bar */ static const Bool topbar = False; /* False means bottom bar */ static const Bool showtitle = False; /* True means titles are shown on bar */ @@ -64,7 +64,7 @@ static const Rule rules[] = { //{ NULL, NULL, NULL, 0, False, -1 }, { "Surf", "surf", NULL, 1 << 0, False, -1 }, { "Chromium", "chromium", NULL, 1 << 0, False, -1 }, - { "Firefox", "Navigator", NULL, 1 << 0, False, -1 }, + { "firefox", "Navigator", NULL, 1 << 0, False, -1 }, { "Thunderbird", "Mail", NULL, 1 << 1, False, -1 }, { "TelegramDesktop", "telegram-desktop", "Telegram", 1 << 1, False, -1 }, -- cgit v1.2.3