From 7a294cdbe1d83e1f17c43292ba64feb1d7202d2e Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 11 Jun 2007 18:48:30 +0000 Subject: [PATCH] Note the modules I maintain --- GreedyView.hs | 2 ++ TwoPane.hs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/GreedyView.hs b/GreedyView.hs index d9f48c20..ea6f305e 100644 --- a/GreedyView.hs +++ b/GreedyView.hs @@ -1,3 +1,5 @@ +-- Maintainer: Spencer Janssen +-- -- greedyView is an alternative to standard workspace switching. When a -- workspace is already visible on another screen, greedyView swaps the -- contents of that other screen with the current screen. diff --git a/TwoPane.hs b/TwoPane.hs index ba6d6163..610300d2 100644 --- a/TwoPane.hs +++ b/TwoPane.hs @@ -1,3 +1,5 @@ +-- Maintainer: Spencer Janssen +-- -- A layout that splits the screen horizontally and shows two windows. The -- left window is always the master window, and the right is either the -- currently focused window or the second window in layout order.