summaryrefslogtreecommitdiff
path: root/mut/tabbed
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-20 16:28:03 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-20 16:28:03 +0000
commit6f49ff5dc166d99ed63eb171bddb66b35cb82047 (patch)
tree626bbb016d657a86b4d0d303e4e5a04fd2e2d351 /mut/tabbed
parent13d0d1b13157d19bff4ffd2c87f452ddc4fa43f9 (diff)
bindings
Diffstat (limited to 'mut/tabbed')
-rw-r--r--mut/tabbed/config.def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mut/tabbed/config.def.h b/mut/tabbed/config.def.h
index 51bb13d..cb20e73 100644
--- a/mut/tabbed/config.def.h
+++ b/mut/tabbed/config.def.h
@@ -59,8 +59,9 @@ static const Key keys[] = {
{ MODKEY, XK_q, killclient, { 0 } },
- { MODKEY, XK_u, focusurgent, { 0 } },
- { MODKEY|ShiftMask, XK_u, toggle, { .v = (void*) &urgentswitch } },
+ /* TODO: Does this even work? */
+ /* { MODKEY, XK_u, focusurgent, { 0 } }, */
+ /* { MODKEY|ShiftMask, XK_u, toggle, { .v = (void*) &urgentswitch } }, */
{ 0, XK_F11, fullscreen, { 0 } },
};