aboutsummaryrefslogtreecommitdiffstats
path: root/CopyWindow.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-79/+0
| | | | darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
| | | | darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
* fix float bug in CopyWindow.David Roundy2007-10-151-1/+1
| | | | darcs-hash:20071015161529-72aca-22af3affff9166a8f8e4f53f652363be5247f2a7.gz
* CopyWindow.hs: type signature for copyAndrea Rossato2007-10-131-0/+1
| | | | darcs-hash:20071013090122-32816-93b90523b2609d2bf19066db80ae323a0231f692.gz
* fix problem found by Heffalump in CopyWindow.David Roundy2007-10-051-2/+1
| | | | darcs-hash:20071005143746-72aca-4223b90af116585d160e0245eafbdf6683f99d6a.gz
* CopyWindow.hs: -Wall police.Joachim Fasting2007-09-191-3/+3
| | | | darcs-hash:20070919214556-928c4-3c32eaedada1054bb25270849ba57bbf8a3960ed.gz
* CopyWindow.copy: remove seemingly unnecessary parameter from helper func.Joachim Fasting2007-09-191-4/+4
| | | | darcs-hash:20070919214526-928c4-5ebbf4d40b047bf67c3662665d0fa1fffd1d1bb9.gz
* clean up CopyWindow.David Roundy2007-08-231-28/+7
| | | | darcs-hash:20070823155912-72aca-4f0b28c68135a1f62d2aeacb074222996859a087.gz
* Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky2007-09-051-0/+11
| | | | | | for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
* 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