Compare commits

..

1 Commits

Author SHA1 Message Date
y0rune 82d88fc37e Updated st
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2021-01-06 23:13:41 +01:00
4 changed files with 3 additions and 5 deletions
+3 -5
View File
@@ -5,9 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
/*static char *font = "Terminus (TTF):pixelsize=21:antialias=true:hinting=true"; static char *font = "-xos4-terminus-bold-r-normal--22-220-72-72-c-110-iso8859-16:antialias=true:hinting=true";
*/
static char *font = "mono:pixelsize=18:antialias=true:hinting=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@@ -116,7 +114,7 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */
"#cccccc", "#cccccc",
"#555555", "#555555",
"black", "black",
}; };
@@ -197,7 +195,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
}; };
/* /*
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.