Pushing st changes

master
Jonathan Hodgson 2 months ago
parent d1da014b09
commit 2848c9bb2f
  1. 2
      Makefile
  2. 4
      config.def.h

@ -1,11 +1,11 @@
# st - simple terminal
# See LICENSE file for copyright and license details.
.POSIX:
include config.mk
SRC = st.c x.c boxdraw.c
OBJ = $(SRC:.c=.o)
PREFIX = /usr/local
all: options st

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Iosevka Nerd Font-10:antialias=true:autohint=true";
static char *font = "Iosevka Nerd Font Mono-10:antialias=true:autohint=true";
static char *italicfont = "Latin Modern Mono-10:antialias=true:autohint=true";
static int borderpx = 2;
@ -35,7 +35,7 @@ static float chscale = 1.0;
*
* More advanced example: L" `'\"()[]{}"
*/
wchar_t *worddelimiters = L" ";
wchar_t *worddelimiters = L" ";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;

Loading…
Cancel
Save