slotThe
b6a8069e44
Prefer safe alternatives to getWindowAttributes
...
Whenever possible, prefer the safe wrappers withWindowAttributes or
safeGetWindowAttributes to getWindowAttributes.
Places where these are not applicable are limited to layouts, where
there is not good "default value" to give back in case these calls fail.
In these cases, we let the exception handling of the layout mechanism
handle it and fall back to the Full layout.
Fixes: https://github.com/xmonad/xmonad-contrib/issues/146
2021-11-13 21:26:02 +01:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
Tomas Janousek
9451d81427
Apply two xmonad core fixes to float moving/resizing in various contrib modules
...
This applies fixes from
4565e2c90e
and
b9ce5b034b
.
tl;dr:
When dragging, refloat and refresh to fix https://github.com/xmonad/xmonad/issues/63 .
When starting dragging, raising the window is then unnecessary, and
removing it fixes https://github.com/xmonad/xmonad/issues/208 .
Also remove unnecessary raises for keyboard moving/resizing which always
refloated the window.
Fixes: https://github.com/xmonad/xmonad/issues/63
Fixes: https://github.com/xmonad/xmonad/issues/208
2021-02-16 12:23:28 +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
a9cb7bf67a
Mark modules last-modified in 2007 as stable
...
http://www.haskell.org/pipermail/xmonad/2009-July/008328.html
2009-09-04 00:51:47 +00:00
Lukas Mai
1950a4e2cc
update contrib for applySizeHints changes
2008-04-04 22:05:58 +00:00
Spencer Janssen
662eeb7e5f
No more tabs
2007-12-22 05:04:39 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Brent Yorgey
09faa86c16
Haddock docs: modMask --> modMask x
2007-11-24 02:26:35 +00:00
Brent Yorgey
11a24393fe
ConstrainedResize: haddock updates
2007-11-23 19:56:43 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00