Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b9943547a | |||
| 954f12f11d |
@@ -5,7 +5,9 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "-xos4-terminus-bold-r-normal--22-220-72-72-c-110-iso8859-16:antialias=true:hinting=true";
|
||||
/*static char *font = "Terminus (TTF):pixelsize=21:antialias=true:hinting=true";
|
||||
*/
|
||||
static char *font = "mono:pixelsize=18:antialias=true:hinting=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
@@ -114,7 +116,7 @@ static const char *colorname[] = {
|
||||
/* more colors can be added after 255 to use with DefaultXX */
|
||||
"#cccccc",
|
||||
"#555555",
|
||||
"black",
|
||||
"black",
|
||||
};
|
||||
|
||||
|
||||
@@ -195,7 +197,7 @@ static Shortcut shortcuts[] = {
|
||||
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
|
||||
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
|
||||
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
|
||||
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user