~ruther/dwl

d6fabe3a150d2e464078c3269410d56e8bbeb54f — Leonardo Hernández Hernández 1 year, 8 months ago ab87410
add a comment about chvt keybindings

Closes: https://github.com/djpohly/dwl/issues/427
1 files changed, 3 insertions(+), 0 deletions(-)

M config.def.h
M config.def.h => config.def.h +3 -0
@@ 154,6 154,9 @@ static const Key keys[] = {

	/* Ctrl-Alt-Backspace and Ctrl-Alt-Fx used to be handled by X server */
	{ WLR_MODIFIER_CTRL|WLR_MODIFIER_ALT,XKB_KEY_Terminate_Server, quit, {0} },
	/* Ctrl-Alt-Fx is used to switch to another VT, if you don't know what a VT is
	 * do not remove them.
	 */
#define CHVT(n) { WLR_MODIFIER_CTRL|WLR_MODIFIER_ALT,XKB_KEY_XF86Switch_VT_##n, chvt, {.ui = (n)} }
	CHVT(1), CHVT(2), CHVT(3), CHVT(4), CHVT(5), CHVT(6),
	CHVT(7), CHVT(8), CHVT(9), CHVT(10), CHVT(11), CHVT(12),

Do not follow this link