Compare commits

...

3 Commits

Author SHA1 Message Date
56bea5330e adjusted keymap 2024-12-07 01:49:09 +01:00
7afcd2e00d adjusted font 2024-12-07 01:48:11 +01:00
f160d51089 adjusted font size 2024-12-07 01:48:05 +01:00

View File

@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
static char *font = "JetBrainsMonoNL Nerd Font:pixelsize=36:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -342,6 +342,7 @@ static Key key[] = {
{ XK_Insert, ControlMask, "\033[2;5~", +1, 0},
{ XK_Insert, XK_ANY_MOD, "\033[4h", -1, 0},
{ XK_Insert, XK_ANY_MOD, "\033[2~", +1, 0},
{ XK_Delete, XK_NO_MOD, "\033[3~", -1, 0},
{ XK_Delete, ControlMask, "\033[M", -1, 0},
{ XK_Delete, ControlMask, "\033[3;5~", +1, 0},
{ XK_Delete, ShiftMask, "\033[2K", -1, 0},