mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 23:11:54 -07:00
I prefer the spencerjanssen@gmail.com address
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Actions.DeManage
|
-- Module : XMonad.Actions.DeManage
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD3-style (see LICENSE)
|
-- License : BSD3-style (see LICENSE)
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- Stability : unstable
|
-- Stability : unstable
|
||||||
-- Portability : unportable
|
-- Portability : unportable
|
||||||
--
|
--
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Config.Desktop
|
-- Module : XMonad.Config.Desktop
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD
|
-- License : BSD
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
--
|
--
|
||||||
-- This module provides a config suitable for use with a desktop
|
-- This module provides a config suitable for use with a desktop
|
||||||
-- environment such as KDE or GNOME.
|
-- environment such as KDE or GNOME.
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Config.Gnome
|
-- Module : XMonad.Config.Gnome
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD
|
-- License : BSD
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
--
|
--
|
||||||
-- This module provides a config suitable for use with the GNOME desktop
|
-- This module provides a config suitable for use with the GNOME desktop
|
||||||
-- environment.
|
-- environment.
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Config.Kde
|
-- Module : XMonad.Config.Kde
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD
|
-- License : BSD
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
--
|
--
|
||||||
-- This module provides a config suitable for use with the KDE desktop
|
-- This module provides a config suitable for use with the KDE desktop
|
||||||
-- environment.
|
-- environment.
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Layout.DragPane
|
-- Module : XMonad.Layout.DragPane
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- David Roundy <droundy@darcs.net>,
|
-- David Roundy <droundy@darcs.net>,
|
||||||
-- Andrea Rossato <andrea.rossato@unibz.it>
|
-- Andrea Rossato <andrea.rossato@unibz.it>
|
||||||
-- License : BSD3-style (see LICENSE)
|
-- License : BSD3-style (see LICENSE)
|
||||||
|
@@ -3,10 +3,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Layout.TwoPane
|
-- Module : XMonad.Layout.TwoPane
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD3-style (see LICENSE)
|
-- License : BSD3-style (see LICENSE)
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- Stability : unstable
|
-- Stability : unstable
|
||||||
-- Portability : unportable
|
-- Portability : unportable
|
||||||
--
|
--
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Util.Dmenu
|
-- Module : XMonad.Util.Dmenu
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD-style (see LICENSE)
|
-- License : BSD-style (see LICENSE)
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- Stability : unstable
|
-- Stability : unstable
|
||||||
-- Portability : unportable
|
-- Portability : unportable
|
||||||
--
|
--
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Util.WorkspaceCompare
|
-- Module : XMonad.Util.WorkspaceCompare
|
||||||
-- Copyright : (c) Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Copyright : (c) Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- License : BSD3-style (see LICENSE)
|
-- License : BSD3-style (see LICENSE)
|
||||||
--
|
--
|
||||||
-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu>
|
-- Maintainer : Spencer Janssen <spencerjanssen@gmail.com>
|
||||||
-- Stability : unstable
|
-- Stability : unstable
|
||||||
-- Portability : unportable
|
-- Portability : unportable
|
||||||
--
|
--
|
||||||
|
@@ -20,7 +20,7 @@ category: System
|
|||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Spencer Janssen
|
author: Spencer Janssen
|
||||||
maintainer: sjanssen@cse.unl.edu
|
maintainer: spencerjanssen@gmail.com
|
||||||
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
|
||||||
scripts/xinitrc scripts/xmonad-acpi.c
|
scripts/xinitrc scripts/xmonad-acpi.c
|
||||||
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs
|
scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs
|
||||||
|
Reference in New Issue
Block a user