From c46a24100a9d6ada07e5bf520fe797b53a6e7d26 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sun, 24 Jun 2007 17:56:48 +0200 Subject: 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. darcs-hash:20070624155648-72aca-a2123bfd26ef1310752ae79f2978ee3ff5729909.gz --- MetaModule.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'MetaModule.hs') diff --git a/MetaModule.hs b/MetaModule.hs index b1f96c4..a6348d6 100644 --- a/MetaModule.hs +++ b/MetaModule.hs @@ -25,6 +25,7 @@ import XMonadContrib.Anneal () import XMonadContrib.Circle () -- TODO commented because it requires hs-boot modifications import XMonadContrib.Commands () import XMonadContrib.Combo () +import XMonadContrib.CopyWindow () import XMonadContrib.Decoration () import XMonadContrib.Dmenu () import XMonadContrib.DwmPromote () -- cgit v1.2.3