From 857b121e36730da1f0ed68707a3fdabe11d9f849 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 2 Jul 2024 14:18:22 +0800 Subject: [PATCH] [dwm] closer binds for tags 5-6 --- suckless/dwm/config.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/suckless/dwm/config.def.h b/suckless/dwm/config.def.h index 178a25d..f740c77 100644 --- a/suckless/dwm/config.def.h +++ b/suckless/dwm/config.def.h @@ -179,8 +179,13 @@ static const Key keys[] = { TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) + // odd keybinds here to bring tags closer to my fingers + TAGKEYS( XK_e, 4) + TAGKEYS( XK_r, 5) + // backwards compatibility TAGKEYS( XK_5, 4) TAGKEYS( XK_6, 5) + TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8)