tabbed

my build of tabbed
git clone git://git.ckyln.com/~cem/tabbed.git
Log | Files | Refs | README | LICENSE

commit bc0da121f86732d4ae0862f33f2861e5d020ff93
parent b268a24f6dba2033bdddd80a917690a580b6ac64
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 22 Nov 2019 23:22:01 +0300

remove focusurgent

Diffstat:
Mconfig.def.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -59,7 +59,6 @@ static Key keys[] = { { MODKEY, XK_q, killclient, { 0 } }, - { MODKEY, XK_u, focusurgent, { 0 } }, { MODKEY|ShiftMask, XK_u, toggle, { .v = (void*) &urgentswitch } }, { 0, XK_F11, fullscreen, { 0 } },