aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowMenu.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-03Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt1-8/+1
Ignore-this: 220a13bf1ee145b18f28c66e32c79266 This uses -XOverlappingInstances to provide a fallback instance which uses the focusedBorderColor and normalBorderColor, but that part is optional. User's configs should use -XNoMonomorphismRestriction if they want to avoid writing a type signature for myGSConfig. Also, type variables become ambiguous in expressions like: > myGSConfig darcs-hash:20091003193804-1499c-ae124fc732c4bc956ace090b57681f2463441990.gz
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt1-3/+3
Ignore-this: 5eb1496fd258fa0c43fb0a58136ccfff darcs-hash:20091003151325-1499c-7a29a60a629816ba4b10229481550fa672f1c957.gz
2009-10-03Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger1-0/+4
Ignore-this: 3a00a896509aa8646ae718005d7a1fc1 darcs-hash:20091003111330-594c5-ab26680acb46e233174c60d89b19474765cf73c2.gz
2009-10-02Use U.XUtils.fi to make WindowMenu clearerAdam Vogt1-12/+11
Ignore-this: 63e73cd7c5de22b3e30e63c1e588e403 darcs-hash:20091001225736-1499c-f4a5094a0cd4b718906e34e8ad1c47f963acc37a.gz
2009-09-30WindowMenu based on GridSelect that displays actions for the focused window ↵Jan Vornberger1-0/+75
(re-recorded from Bluetile repo). Ignore-this: b12a06c0321f3e9689ab8109a1fac0ac darcs-hash:20090930155343-594c5-99907dad481917c83083ce8d30f6debb64f8938d.gz