From 6c85caac1246c7ea1dd904dd0a26a8346f3b8056 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 5 Sep 2024 20:48:05 +0400 Subject: config.h: small style update --- config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.h b/config.h index 472f61a..948fd75 100644 --- a/config.h +++ b/config.h @@ -124,8 +124,6 @@ static const Key keys[] = { { Mod4Mask|ShiftMask, XK_l, moveresize, {.v = (int []){ 0, 0, 25, 0 }}}, { Mod4Mask|ShiftMask, XK_h, moveresize, {.v = (int []){ 0, 0, -25, 0 }}}, - - TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3