update fonts, tag names, layout symbols
This commit is contained in:
parent
096686b18e
commit
e862c2e053
10
config.h
10
config.h
|
@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
|
|||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const int showbar = 0; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "xos4 Terminus:size=12" };
|
||||
static const char dmenufont[] = "xos4 Terminus:size=14";
|
||||
static const char *fonts[] = { "Source Serif Pro:weight=Medium:size=12" };
|
||||
static const char dmenufont[] = "Source Serif Pro:weight=Medium:size=12";
|
||||
static const char col_bg[] = "#170808";
|
||||
static const char col_fgnorm[] = "#823302";
|
||||
static const char col_fgsel[] = "#f2731e";
|
||||
|
@ -18,7 +18,7 @@ static const char *colors[][3] = {
|
|||
};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX" };
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
|
@ -44,8 +44,8 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi
|
|||
#include "fibonacci.c"
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
{ "::[]=", tile }, /* first entry is default */
|
||||
{ "::><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[ ]", tile }, /* first entry is default */
|
||||
{ "> <", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
{ "TTT", bstack },
|
||||
{ "===", bstackhoriz },
|
||||
|
|
Loading…
Reference in New Issue