From 3f15c7b6c2ee0d1a4be87865cdec22680c795ee1 Mon Sep 17 00:00:00 2001 From: Andreev Gregory <1@example.com> Date: Thu, 6 Mar 2025 13:15:23 +0300 Subject: [PATCH] more semicolon escape sequences --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c9d6361..b80271a 100644 --- a/config.def.h +++ b/config.def.h @@ -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}, }; /*