aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--GreedyView.hs2
-rw-r--r--TwoPane.hs2
2 files changed, 4 insertions, 0 deletions
diff --git a/GreedyView.hs b/GreedyView.hs
index d9f48c2..ea6f305 100644
--- a/GreedyView.hs
+++ b/GreedyView.hs
@@ -1,3 +1,5 @@
+-- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu>
+--
-- 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 ba6d616..610300d 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -1,3 +1,5 @@
+-- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu>
+--
-- 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.