commit ff7afa1

hovercats  ·  2026-05-06 23:18:33 +0000 UTC
parent 579f6f0
st: edit keybinding for spawning dmenu for iso-14755. I cant not hit the keybindings when switching tty. this avoids this, but keeps it intact, in the offchance its used
1 files changed,  +1, -1
+1, -1
1@@ -186,7 +186,7 @@ static Shortcut shortcuts[] = {
2 	{ MODKEY|MOD_MASK_SHIFT,        XKB_KEY_V,              selpaste,       {.i =  0} },
3 	{ MODKEY|MOD_MASK_SHIFT,        XKB_KEY_C,              printsel,       {.i =  0} },
4 	{ MODKEY,                       XKB_KEY_Num_Lock,       numlock,        {.i =  0} },
5-	{ MODKEY,                       XKB_KEY_Control_L,      iso14755,       {.i =  0} },
6+	{ MODKEY,				        XKB_KEY_Control_R,      iso14755,       {.i =  0} },
7 };
8 
9 /*