diff options
Diffstat (limited to 'XMonad/Config')
-rw-r--r-- | XMonad/Config/Azerty.hs | 2 | ||||
-rw-r--r-- | XMonad/Config/Desktop.hs | 2 | ||||
-rw-r--r-- | XMonad/Config/Gnome.hs | 2 | ||||
-rw-r--r-- | XMonad/Config/Kde.hs | 2 | ||||
-rw-r--r-- | XMonad/Config/Xfce.hs | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/XMonad/Config/Azerty.hs b/XMonad/Config/Azerty.hs index 06e987e..478bf19 100644 --- a/XMonad/Config/Azerty.hs +++ b/XMonad/Config/Azerty.hs @@ -7,6 +7,8 @@ -- License : BSD -- -- Maintainer : Devin Mullins <me@twifkak.com> +-- Stability : stable +-- Portability : unportable -- -- This module fixes some of the keybindings for the francophone among you who -- use an AZERTY keyboard layout. Config stolen from TeXitoi's config on the diff --git a/XMonad/Config/Desktop.hs b/XMonad/Config/Desktop.hs index 1959aa8..d5bd47d 100644 --- a/XMonad/Config/Desktop.hs +++ b/XMonad/Config/Desktop.hs @@ -7,6 +7,8 @@ -- License : BSD -- -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com> +-- Stability : unstable +-- Portability : unportable -- -- This module provides a config suitable for use with a desktop -- environment such as KDE or GNOME. diff --git a/XMonad/Config/Gnome.hs b/XMonad/Config/Gnome.hs index aead151..43a481d 100644 --- a/XMonad/Config/Gnome.hs +++ b/XMonad/Config/Gnome.hs @@ -7,6 +7,8 @@ -- License : BSD -- -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com> +-- Stability : unstable +-- Portability : unportable -- -- This module provides a config suitable for use with the GNOME desktop -- environment. diff --git a/XMonad/Config/Kde.hs b/XMonad/Config/Kde.hs index 374c647..fca9f83 100644 --- a/XMonad/Config/Kde.hs +++ b/XMonad/Config/Kde.hs @@ -7,6 +7,8 @@ -- License : BSD -- -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com> +-- Stability : unstable +-- Portability : unportable -- -- This module provides a config suitable for use with the KDE desktop -- environment. diff --git a/XMonad/Config/Xfce.hs b/XMonad/Config/Xfce.hs index 0cf4dc8..d3fb53e 100644 --- a/XMonad/Config/Xfce.hs +++ b/XMonad/Config/Xfce.hs @@ -7,6 +7,8 @@ -- License : BSD -- -- Maintainer : Ivan Miljenovic <Ivan.Miljenovic@gmail.com> +-- Stability : unstable +-- Portability : unportable -- -- This module provides a config suitable for use with the Xfce desktop -- environment. |