diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-08-10 23:03:43 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2019-08-10 23:03:48 +0200 |
commit | ea02a5ba014c974584a18f28dfcba2dbe5a7b73b (patch) | |
tree | 446ef839215a4f12581024b2d1795674264e0706 | |
parent | cee0e18ee4d96a24baba453cfdc981475944cd73 (diff) |
Fixed firefox tag assignment
-rw-r--r-- | config-desktop.h | 4 |
1 files 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 }, |