🔧 Adjustments to configurations
This commit is contained in:
parent
6686861b86
commit
c361a51967
8 changed files with 530 additions and 530 deletions
|
|
@ -128,7 +128,6 @@ static const char *colorname[] = {
|
|||
"#d8dee9", /* foreground */
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Default colors (colorname index)
|
||||
* foreground, background, cursor, reverse cursor
|
||||
|
|
@ -476,7 +475,6 @@ static uint selmasks[] = {
|
|||
* Printable characters in ASCII, used to estimate the advance width
|
||||
* of single wide characters.
|
||||
*/
|
||||
static char ascii_printable[] =
|
||||
" !\"#$%&'()*+,-./0123456789:;<=>?"
|
||||
static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?"
|
||||
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
|
||||
"`abcdefghijklmnopqrstuvwxyz{|}~";
|
||||
|
|
|
|||
BIN
bst/st
BIN
bst/st
Binary file not shown.
BIN
bst/st.o
BIN
bst/st.o
Binary file not shown.
BIN
bst/x.o
BIN
bst/x.o
Binary file not shown.
2
gentoo/dotfiles/.Xresources
Normal file
2
gentoo/dotfiles/.Xresources
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Xcursor.size: 24
|
||||
Xcursor.theme: Adwaita
|
||||
10
st/config.h
10
st/config.h
|
|
@ -5,8 +5,10 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
// static char *font = "Source Code Pro:pixelsize=20:antialias=true:autohint=true";
|
||||
static char *font = "mono:pixelsize=18.5:antialias=true:autohint=true";
|
||||
// static char *font = "Source Code
|
||||
// Pro:pixelsize=20:antialias=true:autohint=true"; static char *font =
|
||||
// "mono:pixelsize=18.5:antialias=true:autohint=true";
|
||||
static char *font = "mono:pixelsize=19:antialias=true:autohint=true";
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
|
@ -128,7 +130,6 @@ static const char *colorname[] = {
|
|||
"#d8dee9", /* foreground */
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Default colors (colorname index)
|
||||
* foreground, background, cursor, reverse cursor
|
||||
|
|
@ -476,7 +477,6 @@ static uint selmasks[] = {
|
|||
* Printable characters in ASCII, used to estimate the advance width
|
||||
* of single wide characters.
|
||||
*/
|
||||
static char ascii_printable[] =
|
||||
" !\"#$%&'()*+,-./0123456789:;<=>?"
|
||||
static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?"
|
||||
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
|
||||
"`abcdefghijklmnopqrstuvwxyz{|}~";
|
||||
|
|
|
|||
BIN
st/st
BIN
st/st
Binary file not shown.
BIN
st/x.o
BIN
st/x.o
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue