Anish Tondwalkar
d6244a1069
X.L.MouseResizableTile borderWidth via focused win
...
When we calculate draggerGeometry, we should use the current width of
the border (if available), rather than the initial borderWidth.
2019-12-01 17:09:54 -08:00
slotThe
f3024e6779
Remove unnecessary imports of Control.Applicative
2019-10-08 10:21:15 +02:00
Daniel Wagner
daa2731d3d
eliminate references to defaultConfig
2013-05-28 00:58:25 +00:00
Adam Vogt
1716ffd9d0
Rename variables "state" to avoid warnings about shadowing
...
XMonad core re-exports Control.Monad.State, which includes
a function "state" if you happen to use mtl-2. Since there's
a chance xmonad still works with mtl-1 avoid imports like:
import XMonad hiding (state)
2012-11-09 01:23:16 +00:00
Adam Vogt
067ccb950e
Export types to reduce haddock warnings.
2010-10-23 19:57:55 +00:00
Daniel Wagner
68d49ad3aa
get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)
2011-11-15 02:26:50 +00:00
Adam Vogt
d511ffd01a
Note that mouseResizableTileMirrored may be removed.
2010-04-16 16:11:18 +00:00
Adam Vogt
4950c69dbd
Structure L.MouseResizableTile documentation.
2010-04-16 16:06:41 +00:00
Tomas Janousek
7129622eb9
X.L.MouseResizableTile: make everything configurable
2010-04-15 21:46:09 +00:00
Tomas Janousek
1e847cb65a
X.L.MouseResizableTile: configurable gaps (dragger size and position)
...
(with the option of putting the draggers over window borders with no gaps at
all)
2010-04-15 21:38:13 +00:00
Adam Vogt
6fc1530fe9
Use more imported cursor constants.
2009-12-30 22:09:27 +00:00
Jan Vornberger
adb7144a98
Let the core know about MouseResizableTile's draggers, so they are stacked correctly
2009-12-23 14:54:28 +00:00
Tomas Janousek
5c2aa04175
X.L.MouseResizableTile: change description for mirrored variant
...
The description for mirrored MouseResizableTile is now "Mirror
MouseResizableTile", to follow the standard of other layouts that can be
mirrored using the Mirror modifier.
2009-12-11 12:42:18 +00:00
Tomas Janousek
02063ff97e
X.L.MouseResizableTile: keep draggers on the bottom of the window stack.
2009-11-26 17:34:13 +00:00
Wirt Wolff
06a1322366
Docs: use myLayout like template rather than plural
...
Despite myLayouts currently being more popular in examples, make
them all myLayout as in man/xmonad.hs to avoid mixing them in the
same module as was done a few places, leading to confusion for some users.
2009-10-23 04:26:51 +00:00
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Adam Vogt
eb10d679e6
Hyperlink the reference to ResizableTile in MouseResizableTile
2009-10-05 17:53:03 +00:00
Adam Vogt
66b8ad46d0
Remove redundant parentheses from L.MouseResizableTile
2009-09-30 21:21:10 +00:00
Adam Vogt
cce2c7c839
Factor out redundancy in L.MouseResizableTile.handleResize
2009-09-30 20:41:51 +00:00
Adam Vogt
3bc9c11d97
Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile
2009-09-30 20:04:43 +00:00
Adam Vogt
2d193a4304
Fix haddock parse error in MouseResizableTile
2009-09-30 20:01:43 +00:00
Jan Vornberger
5d949197b2
A ResizableTile-like layout that can be resized using the mouse.
...
All separations between windows can be dragged to modify the layout.
Keyboard commands can also be used to achieve the same effect.
2009-09-30 12:11:05 +00:00