Compare commits
3 Commits
7d36776818
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 56bea5330e | |||
| 7afcd2e00d | |||
| f160d51089 |
3
config.h
3
config.h
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user