aboutsummaryrefslogtreecommitdiffstats
path: root/CopyWindow.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CopyWindow: update usage infoSpencer Janssen2007-08-211-1/+1
| | | | darcs-hash:20070820232834-a5988-85c166d275761c5326437862335898de5da42236.gz
* fix CopyWindow to not require Integral WorkspaceId.David Roundy2007-08-011-1/+1
| | | | darcs-hash:20070801144543-72aca-8b5f3ada1e1ca5f6248079eaaee6bea195503511.gz
* More ScreenDetails fixesSpencer Janssen2007-06-301-3/+3
| | | | darcs-hash:20070630065916-a5988-433e92903a6530e5efe8f36c3af60339cb9876ec.gz
* add CopyWindow module, to support sticky/tagged windows.David Roundy2007-06-241-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