diff options
author | Azat Bahawi <azahi@teknik.io> | 2020-01-01 13:54:51 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2020-01-01 13:54:51 +0300 |
commit | de4fd9fc31ecec63a14e690a4576b68938fd475e (patch) | |
tree | fee9dd2d8a4795d26eaf65bff36cbdd007765079 | |
parent | Fix mpc error (diff) |
Happy New Year
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | Setup.hs | 2 | ||||
-rw-r--r-- | src/Main.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Actions/PerConditionKeys.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Bindings.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Event.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Layout.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Log.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Manage.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Misc.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Navigation.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Projects.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Prompt.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Scratchpads.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Startup.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Theme.hs | 2 | ||||
-rw-r--r-- | src/XMonad/Custom/Workspaces.hs | 2 | ||||
m--------- | vendor/xmonad | 0 | ||||
m--------- | vendor/xmonad-contrib | 0 | ||||
-rw-r--r-- | xmonad-ng.cabal | 2 |
20 files changed, 18 insertions, 18 deletions
diff --git a/LICENSE b/LICENSE index 4d7e909..18718e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2019, Azat Bahawi <azahi@teknik.io> +Copyright (c) 2018-2020, Azat Bahawi <azahi@teknik.io> All rights reserved. diff --git a/Setup.hs b/Setup.hs index 9b18f13..947ae65 100644 --- a/Setup.hs +++ b/Setup.hs @@ -1,6 +1,6 @@ -- | -- Module : Setup --- Copyright : (c) 2018-2019 Azat Bahawi +-- Copyright : (c) 2018-2020 Azat Bahawi -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/Main.hs b/src/Main.hs index 9cb5e98..8d969bd 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,6 +1,6 @@ -- | -- Module : Main --- Copyright : (c) 2018-2019 Azat Bahawi +-- Copyright : (c) 2018-2020 Azat Bahawi -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Actions/PerConditionKeys.hs b/src/XMonad/Actions/PerConditionKeys.hs index 2099e1d..b84b942 100644 --- a/src/XMonad/Actions/PerConditionKeys.hs +++ b/src/XMonad/Actions/PerConditionKeys.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Actions.PerConditionKeys --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Bindings.hs b/src/XMonad/Custom/Bindings.hs index f956674..92dd66c 100644 --- a/src/XMonad/Custom/Bindings.hs +++ b/src/XMonad/Custom/Bindings.hs @@ -2,7 +2,7 @@ -- | -- Module : XMonad.Custom.Bindings --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Event.hs b/src/XMonad/Custom/Event.hs index fe24309..745fefe 100644 --- a/src/XMonad/Custom/Event.hs +++ b/src/XMonad/Custom/Event.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Event --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Layout.hs b/src/XMonad/Custom/Layout.hs index 738beeb..70476a9 100644 --- a/src/XMonad/Custom/Layout.hs +++ b/src/XMonad/Custom/Layout.hs @@ -5,7 +5,7 @@ -- | -- Module : XMonad.Custom.Layout --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Log.hs b/src/XMonad/Custom/Log.hs index 5a918c9..b10fcdf 100644 --- a/src/XMonad/Custom/Log.hs +++ b/src/XMonad/Custom/Log.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Log --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Manage.hs b/src/XMonad/Custom/Manage.hs index d6c539f..deffa3b 100644 --- a/src/XMonad/Custom/Manage.hs +++ b/src/XMonad/Custom/Manage.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Manage --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Misc.hs b/src/XMonad/Custom/Misc.hs index 5e3e566..8e72632 100644 --- a/src/XMonad/Custom/Misc.hs +++ b/src/XMonad/Custom/Misc.hs @@ -2,7 +2,7 @@ -- | -- Module : XMonad.Custom.Misc --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Navigation.hs b/src/XMonad/Custom/Navigation.hs index 20a8769..db986a2 100644 --- a/src/XMonad/Custom/Navigation.hs +++ b/src/XMonad/Custom/Navigation.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Navigation --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs index a8a7504..a4ee21d 100644 --- a/src/XMonad/Custom/Projects.hs +++ b/src/XMonad/Custom/Projects.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Projects --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Prompt.hs b/src/XMonad/Custom/Prompt.hs index 4ae6d24..59f19de 100644 --- a/src/XMonad/Custom/Prompt.hs +++ b/src/XMonad/Custom/Prompt.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Prompt --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Scratchpads.hs b/src/XMonad/Custom/Scratchpads.hs index 3d57f4b..90656aa 100644 --- a/src/XMonad/Custom/Scratchpads.hs +++ b/src/XMonad/Custom/Scratchpads.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Scratchpads --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Startup.hs b/src/XMonad/Custom/Startup.hs index 546bc32..aa9340f 100644 --- a/src/XMonad/Custom/Startup.hs +++ b/src/XMonad/Custom/Startup.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Startup --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Theme.hs b/src/XMonad/Custom/Theme.hs index 8b32b50..72d89fa 100644 --- a/src/XMonad/Custom/Theme.hs +++ b/src/XMonad/Custom/Theme.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Theme --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/src/XMonad/Custom/Workspaces.hs b/src/XMonad/Custom/Workspaces.hs index efc0704..a4c1a73 100644 --- a/src/XMonad/Custom/Workspaces.hs +++ b/src/XMonad/Custom/Workspaces.hs @@ -1,6 +1,6 @@ -- | -- Module : XMonad.Custom.Workspaces --- Copyright : (c) 2018-2019 Azat Bahawi <azahi@teknik.io> +-- Copyright : (c) 2018-2020 Azat Bahawi <azahi@teknik.io> -- License : BSD3-style (see LICENSE) -- Maintainer : Azat Bahawi <azahi@teknik.io> -- Stability : unstable diff --git a/vendor/xmonad b/vendor/xmonad -Subproject b65728032d6d533732b1a570a2a901264ef62f0 +Subproject 5ab9fede6c0c9d7a863ba5c8faba785c1308b35 diff --git a/vendor/xmonad-contrib b/vendor/xmonad-contrib -Subproject 52f8c82504e24fb78380819ddffb0ec19b56a76 +Subproject fca0929876cc708caa42141d688bdf0621a8647 diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index 242805e..2c691ae 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -10,7 +10,7 @@ description: window layouts and etc. license: BSD3 license-file: LICENSE -copyright: (c) 2018-2019 Azat Bahawi +copyright: (c) 2018-2020 Azat Bahawi author: Azat Bahawi <azahi@teknik.io> maintainer: Azat Bahawi <azahi@teknik.io> stability: experimental |