about summary refs log tree commit diff
path: root/src/XMonad
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad')
-rw-r--r--src/XMonad/Actions/PerConditionKeys.hs2
-rw-r--r--src/XMonad/Custom/Bindings.hs2
-rw-r--r--src/XMonad/Custom/Event.hs2
-rw-r--r--src/XMonad/Custom/Layout.hs2
-rw-r--r--src/XMonad/Custom/Log.hs2
-rw-r--r--src/XMonad/Custom/Manage.hs2
-rw-r--r--src/XMonad/Custom/Misc.hs2
-rw-r--r--src/XMonad/Custom/Navigation.hs2
-rw-r--r--src/XMonad/Custom/Projects.hs2
-rw-r--r--src/XMonad/Custom/Prompt.hs2
-rw-r--r--src/XMonad/Custom/Scratchpads.hs2
-rw-r--r--src/XMonad/Custom/Startup.hs2
-rw-r--r--src/XMonad/Custom/Theme.hs2
-rw-r--r--src/XMonad/Custom/Workspaces.hs2
14 files changed, 14 insertions, 14 deletions
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

Consider giving Nix/NixOS a try! <3