[xmonad] Issue 106 in xmonad: LayoutCombinators disallows custom key-bindings to work?

codesite-noreply at google.com codesite-noreply at google.com
Thu Dec 20 10:12:44 EST 2007


Issue 106: LayoutCombinators disallows custom key-bindings to work?
http://code.google.com/p/xmonad/issues/detail?id=106

Comment #2 by SpencerJanssen:
Corrected layouts config:
  myLayouts = windowNavigation ((Tall 1 (3/100) (1/2) *//* Full)  ||| 
(Tall 1 (3/100)
(1/2)
***||** Full) ||| Full ||| etc..)
 main = xmonad defaultConfig { layoutHook = myLayouts }

As documented, you must apply the 'windowNavigation' transformer to 
your layouts for
these keybindings to work.


Issue attribute updates:
	Status: Invalid

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list