about summary refs log tree commit diff
path: root/src/XMonad/Custom/Projects.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Custom/Projects.hs')
-rw-r--r--src/XMonad/Custom/Projects.hs32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs
deleted file mode 100644
index 4726fc7..0000000
--- a/src/XMonad/Custom/Projects.hs
+++ /dev/null
@@ -1,32 +0,0 @@
--- |
--- Module      : XMonad.Custom.Projects
--- Copyright   : (c) 2018-2020 Azat Bahawi <azahi@teknik.io>
--- License     : BSD3-style (see LICENSE)
--- Maintainer  : Azat Bahawi <azahi@teknik.io>
--- Stability   : unstable
--- Portability : unportable
---
-
-module XMonad.Custom.Projects
-  ( projects
-  ) where
-
-import           XMonad.Actions.DynamicProjects
-import           XMonad.Actions.SpawnOn
-import qualified XMonad.Custom.Misc            as C
-
-projects :: [Project]
-projects =
-  [ Project { projectName      = "Template"
-            , projectDirectory = "~/"
-            , projectStartHook = Nothing
-            }
-  , Project { projectName      = "Emacs"
-            , projectDirectory = "~/"
-            , projectStartHook = Just $ spawnOn "Emacs" "emacsclient"
-            }
-  , Project { projectName      = "WWW"
-            , projectDirectory = "~/"
-            , projectStartHook = Just $ spawnOn "WWW" (C.browser C.applications)
-            }
-  ]

Consider giving Nix/NixOS a try! <3