aboutsummaryrefslogtreecommitdiffstats
path: root/CopyWindow.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-21CopyWindow: update usage infoSpencer Janssen1-1/+1
darcs-hash:20070820232834-a5988-85c166d275761c5326437862335898de5da42236.gz
2007-08-01fix CopyWindow to not require Integral WorkspaceId.David Roundy1-1/+1
darcs-hash:20070801144543-72aca-8b5f3ada1e1ca5f6248079eaaee6bea195503511.gz
2007-06-30More ScreenDetails fixesSpencer Janssen1-3/+3
darcs-hash:20070630065916-a5988-433e92903a6530e5efe8f36c3af60339cb9876ec.gz
2007-06-24add CopyWindow module, to support sticky/tagged windows.David Roundy1-0/+89
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. darcs-hash:20070624155648-72aca-a2123bfd26ef1310752ae79f2978ee3ff5729909.gz