Tweaking Font settings after changing fonts
This commit is contained in:
parent
5ccf69c113
commit
01bba932c3
2
PKGBUILD
2
PKGBUILD
|
@ -16,7 +16,7 @@ source=('git://git.suckless.org/st#commit=c63a87cd936c1eeef14c4c21572e5b782d3df4
|
||||||
st-externalpipe.diff
|
st-externalpipe.diff
|
||||||
st-hidecursor.diff)
|
st-hidecursor.diff)
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'3178cbe36ecf7285544dbbe08291f53e'
|
'0a61cd23b891bce98c56cf97eafb24f7'
|
||||||
'c54c87489342b8d77c6dd8f3c2ff997e'
|
'c54c87489342b8d77c6dd8f3c2ff997e'
|
||||||
'8ff8a77b34dfc09a4dd0d2cf876d68e7')
|
'8ff8a77b34dfc09a4dd0d2cf876d68e7')
|
||||||
|
|
||||||
|
|
|
@ -5,7 +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[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
|
-static char font[] = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
|
||||||
+static char font[] = "Monospace:pixelsize=13:antialias=true:autohint=true";
|
+static char font[] = "Monospace:size=11.5:antialias=true:autohint=true";
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue