| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| Description | |||||||||||||||||||||||
| BoringWindows is an extension to allow windows to be marked boring | |||||||||||||||||||||||
| Synopsis | |||||||||||||||||||||||
| |||||||||||||||||||||||
| Usage | |||||||||||||||||||||||
You can use this module with the following in your ~/.xmonad/xmonad.hs: import XMonad.Layout.BoringWindows Then edit your layoutHook by adding the layout modifier: myLayout = boringWindows (Full ||| etc..)
main = xmonad defaultConfig { layoutHook = myLayout }
Then to your keybindings, add: , ((modm, xK_j), focusUp) , ((modm, xK_k), focusDown) , ((modm, xK_m), focusMaster) For more detailed instructions on editing the layoutHook see: | |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| Mark windows that are not given rectangles as boring | |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| Produced by Haddock version 2.6.1 |