more semicolon escape sequences

This commit is contained in:
Andreev Gregory 2025-03-06 13:15:23 +03:00
parent 3277b150ad
commit 3f15c7b6c2

View File

@ -8,7 +8,6 @@
static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true";
/* Spare fonts */
static char *font2[] = {
// "Inconsolata for Powerline:pixelsize=14:antialias=true:autohint=true"
"Inconsolata for Powerline:pixelsize=14:antialias=true:autohint=true",
// "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true",
};
@ -465,6 +464,7 @@ static Key key[] = {
{ XK_F35, XK_NO_MOD, "\033[23;5~", 0, 0},
// My custom keybindings
{ XK_semicolon, ControlMask, "\033[69;50S", 0, 0},
{ XK_semicolon, Mod1Mask, "\033[69;2S", 0, 0},
};
/*