changed config

This commit is contained in:
2020-08-19 16:37:32 +02:00
parent 1708315aaf
commit 3033a39efd

View File

@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
static const char *fonts[] = { "Font Awesome 5 Free:size=11" };
static const char *fonts[] = {"Liberation Mono:size=11", "Font Awesome 5 Free:size=11" };
static const char dmenufont[] = "Font Awesome 5 Free:size=11";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
@ -27,8 +27,11 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
//{ "Gimp", NULL, NULL, 0, 1, -1 },
//{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{"KeePassXC", NULL, NULL, 1 << 8, 0, -1},
{NULL, NULL, "Discord Updater", 1 << 7, 0, -1},
{NULL, NULL, "Discord", 1 << 7, 0, -1},
};
/* layout(s) */