, return True -?> doF W.focusDown
]
+myKeys = [
+ -- Switch to additional layout (vertical tiled) defined by
+ -- toggleLayouts above.
+ ((mod4Mask, xK_v), sendMessage ToggleLayout)
+ ]
+
main = xmonad $ defaultConfig
-- Use Windows key as main key so it doesn't conflict with any other key
-- bindings.
-- Use unicode rxvt as my terminal.
, terminal = "urxvt"
}
- `additionalKeys` [
- -- Switch to additional layout (vertical tiled) defined by
- -- toggleLayouts above.
- ((mod4Mask, xK_v), sendMessage ToggleLayout)
- ]
+ `additionalKeys` myKeys
-- vim: nospell