summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-02-10 00:19:14 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-02-10 00:19:14 +0100
commit0adf7d558a0ce84853c23b3fbbad3254b4e2c816 (patch)
tree9006821de82de125551f436cd30dfdc6d072c02a /config.h
parentcab854581e7a54393c7ac4f34814fd7522b15ab6 (diff)
downloadchaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.tar.gz
chaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.tar.bz2
chaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.zip
comment out unnecesary tags
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/config.h b/config.h
index f43f41d..66063b7 100644
--- a/config.h
+++ b/config.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}},
};