diff options
author | Daniel Wagner <daniel@wagner-home.com> | 2013-05-02 03:21:32 +0200 |
---|---|---|
committer | Daniel Wagner <daniel@wagner-home.com> | 2013-05-02 03:21:32 +0200 |
commit | 0b30abc5cfad54bb99905502e45e133b511afcea (patch) | |
tree | 4164399c91a600f491b64b52481c0dc3697a06f6 /XMonad/Layout | |
parent | 0f1f1a682524b026a4537f4c8f0292cb904aacf8 (diff) | |
download | XMonadContrib-0b30abc5cfad54bb99905502e45e133b511afcea.tar.gz XMonadContrib-0b30abc5cfad54bb99905502e45e133b511afcea.tar.xz XMonadContrib-0b30abc5cfad54bb99905502e45e133b511afcea.zip |
XMonad.Config.Dmwit
Ignore-this: 7402161579fd2e191b60a057d955e5ea
darcs-hash:20130502012132-76d51-db5a8296f28a2d9e16e5961bf8a235c8a0d078ed.gz
Diffstat (limited to 'XMonad/Layout')
-rw-r--r-- | XMonad/Layout/IndependentScreens.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Layout/IndependentScreens.hs b/XMonad/Layout/IndependentScreens.hs index 1e094c6..0c79d3a 100644 --- a/XMonad/Layout/IndependentScreens.hs +++ b/XMonad/Layout/IndependentScreens.hs @@ -73,6 +73,9 @@ import XMonad.Hooks.DynamicLog -- of virtual workspaces to functions of physical workspaces, which work -- by marshalling the virtual workspace name and the currently focused -- screen into a physical workspace name. +-- +-- A complete example abusing many of the functions below is available in the +-- "XMonad.Config.Dmwit" module. type VirtualWorkspace = WorkspaceId type PhysicalWorkspace = WorkspaceId |