summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-09-17 20:29:40 +0200
committerLM-LCL <hello@exaltedelite.club>2024-09-17 20:29:40 +0200
commitc62f02674e74f59f0dbdee4bd1e65b519fd83e88 (patch)
tree504a5972d09372e2a631d6a36ad427640875ab63 /config.def.h
parent9e53bbff78a133bc53a4358510a928fa973cb0a9 (diff)
Revert "alttab2+winview patch & custom implementation of shiftTab (tabCycleKey2 + arg->i)"
This reverts commit 9e53bbff78a133bc53a4358510a928fa973cb0a9.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 1833f13..ec547a7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,8 +2,6 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int tabModKey = 0x40;
-static const unsigned int tabCycleKey = 0x17;
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */
@@ -107,8 +105,6 @@ static const Key keys[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
- { MODKEY, XK_o, winview, {0} },
- { Mod1Mask, XK_Tab, alttab, {0} },
};
/* button definitions */