On Tue, Jun 21, 2011 at 3:06 PM, Connor Lane Smith <c...@lubutu.com> wrote:
> On 21 June 2011 12:55, Le Tian <tiane...@gmail.com> wrote: > > I tried to figure out why mine tabbed didn't work, and it appears that I > > have "ctrl+shift" to be reserved for layout change. > > See, how are we supposed to know what incompatible keybindings you've > configured your window manager to use? Can't you figure things like > that out yourself? > > > I've changed the hotkeys of tabbed to Mod4+shift+enter, like "#define > MODKEY > > Mod4Mask", but instead of starting surf, after I hit mod4+shift+enter it > > runs "xterm". > > config.h > > cls > > 80% of my friends do use "ctrl+shift" layout switch, and other ppl use windows "alt+shift". "Ctrl+shift" is even advised as default in config of some distros. >config.h I'm sorry, but what am I supposed to change in to make tabbed run surf not xterm after "mod4+shift+enter"? "{ MODKEY|ShiftMask, XK_Return, spawn, { .v = (char*[]){ "surf", "-e", winid, NULL} } }," -- Tian