summaryrefslogtreecommitdiff
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
parentcab854581e7a54393c7ac4f34814fd7522b15ab6 (diff)
downloadchaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.tar.gz
chaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.tar.bz2
chaddwm-0adf7d558a0ce84853c23b3fbbad3254b4e2c816.zip
comment out unnecesary tags
-rw-r--r--config.def.h14
-rw-r--r--config.def.h.rej13
-rw-r--r--config.h14
-rw-r--r--patches/movekeyboard.diff (renamed from movekeyboard.diff)0
4 files changed, 12 insertions, 29 deletions
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}},
};
diff --git a/config.def.h.rej b/config.def.h.rej
deleted file mode 100644
index 7fe8de9..0000000
--- a/config.def.h.rej
+++ /dev/null
@@ -1,13 +0,0 @@
---- config.def.h
-+++ config.def.h
-@@ -85,6 +85,10 @@ static const Key keys[] = {
- { MODKEY, XK_period, focusmon, {.i = +1 } },
- { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
- { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
-+ { MODKEY|ControlMask, XK_l, movekeyboard_x, {.i = 20}},
-+ { MODKEY|ControlMask, XK_h, movekeyboard_x, {.i = -20}},
-+ { MODKEY|ControlMask, XK_j, movekeyboard_y, {.i = 20}},
-+ { MODKEY|ControlMask, XK_k, movekeyboard_y, {.i = -20}},
- TAGKEYS( XK_1, 0)
- TAGKEYS( XK_2, 1)
- TAGKEYS( XK_3, 2)
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}},
};
diff --git a/movekeyboard.diff b/patches/movekeyboard.diff
index 677ed45..677ed45 100644
--- a/movekeyboard.diff
+++ b/patches/movekeyboard.diff