Compare commits

...

5 Commits

Author SHA1 Message Date
7d36776818 adjusted keymap 2024-12-02 00:27:18 +01:00
e71776e29b adjusted keymap 2024-12-02 00:22:37 +01:00
4adbbc4382 adjusted font 2024-12-02 00:10:32 +01:00
5425eb4c91 adjusted font size 2024-12-01 23:52:46 +01:00
e74679ea40 adjusted font size 2024-12-01 23:52:09 +01:00

View File

@@ -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 = "JetBrainsMonoNL Nerd Font:pixelsize=36:antialias=true:autohint=true";
static int borderpx = 2; static int borderpx = 2;
/* /*
@@ -342,6 +342,7 @@ static Key key[] = {
{ XK_Insert, ControlMask, "\033[2;5~", +1, 0}, { XK_Insert, ControlMask, "\033[2;5~", +1, 0},
{ XK_Insert, XK_ANY_MOD, "\033[4h", -1, 0}, { XK_Insert, XK_ANY_MOD, "\033[4h", -1, 0},
{ XK_Insert, XK_ANY_MOD, "\033[2~", +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[M", -1, 0},
{ XK_Delete, ControlMask, "\033[3;5~", +1, 0}, { XK_Delete, ControlMask, "\033[3;5~", +1, 0},
{ XK_Delete, ShiftMask, "\033[2K", -1, 0}, { XK_Delete, ShiftMask, "\033[2K", -1, 0},