11 Commits

Author SHA1 Message Date
David Roundy
a1a2f6b6c3 fix float bug in CopyWindow. 2007-10-15 16:15:29 +00:00
Andrea Rossato
af99f4b319 CopyWindow.hs: type signature for copy 2007-10-13 09:01:22 +00:00
David Roundy
dcbfe603b5 fix problem found by Heffalump in CopyWindow. 2007-10-05 14:37:46 +00:00
Joachim Fasting
4bde5e30b6 CopyWindow.hs: -Wall police. 2007-09-19 21:45:56 +00:00
Joachim Fasting
d557e5f382 CopyWindow.copy: remove seemingly unnecessary parameter from helper func. 2007-09-19 21:45:26 +00:00
David Roundy
4b9bfe0a8a clean up CopyWindow. 2007-08-23 15:59:12 +00:00
Alex Tarkovsky
d0adeca94a Docstring parser for generating xmonad build configs with default settings for extensions 2007-09-05 20:01:28 +00:00
Spencer Janssen
d9258cb5fa CopyWindow: update usage info 2007-08-20 23:28:34 +00:00
David Roundy
32067a9525 fix CopyWindow to not require Integral WorkspaceId. 2007-08-01 14:45:43 +00:00
Spencer Janssen
52e6f1c210 More ScreenDetails fixes 2007-06-30 06:59:16 +00:00
David Roundy
30db557eb5 add CopyWindow module, to support sticky/tagged windows.
This module allows dwm-style tagging (as I understand dwm).  You can have a
given window visible in multiple workspaces.  If it's visible in two
workspaces both of which are visible, a gap will show up in one of them
(which is something that needs fixing in xmonad core).  Also defines a
kill1 which is like kill, but only removes from the current workspace a
window if it's in multiple workspaces.
2007-06-24 15:56:48 +00:00