From 0adf7d558a0ce84853c23b3fbbad3254b4e2c816 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Tue, 10 Feb 2026 00:19:14 +0100 Subject: comment out unnecesary tags --- config.def.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f43f41d..66063b7 100644 --- a/config.def.h +++ b/config.def.h @@ -80,7 +80,6 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *termcmd[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", "-e", "/usr/bin/zsh", NULL }; static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black, "-nf", col_white, "-sb", col_green, "-sf", col_white, NULL }; /* unused */ -// static const char *dtranscmd[] = { "dtrans", NULL }; static const char *launchcmd[] = { "launch", NULL }; static const char *maimcmd[] = { "maimpick", NULL }; static const char *mansplaincmd[] = { "mansplain", NULL }; @@ -92,7 +91,6 @@ static const char *volumedowncmd[] = { "volume", "down", NULL }; static const char *volumemutecmd[] = { "volume", "mute", NULL }; static const char *brightnessupcmd[] = { "brightness", "up", NULL }; static const char *brightnessdowncmd[] = { "brightness", "down", NULL }; -// static const char *termcmd[] = { "st", NULL }; static const Key keys[] = { /* modifier key function argument */ @@ -141,12 +139,12 @@ static const Key keys[] = { TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) - TAGKEYS( XK_4, 3) - TAGKEYS( XK_5, 4) - TAGKEYS( XK_6, 5) - TAGKEYS( XK_7, 6) - TAGKEYS( XK_8, 7) - TAGKEYS( XK_9, 8) + // TAGKEYS( XK_4, 3) + // TAGKEYS( XK_5, 4) + // TAGKEYS( XK_6, 5) + // TAGKEYS( XK_7, 6) + // TAGKEYS( XK_8, 7) + // TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0}}, }; -- cgit v1.2.3