about summary refs log tree commit diff
path: root/src/XMonad/Custom/Projects.hs
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-10-08 21:18:13 +0300
committerazahi <azahi@teknik.io>2018-10-08 21:18:13 +0300
commitd7176233da673ea5d92eadcbf52323b5d8419cfd (patch)
treef603bee246db9a0ca0d5c89933b34064f76495cf /src/XMonad/Custom/Projects.hs
parentClean up Actions (diff)
Rework Custom
Change the names of high-order functoins
Remove named keybindings
Add check executable for keybindings
Expand xmonad-ng library
Bump to 0.15.1
Diffstat (limited to 'src/XMonad/Custom/Projects.hs')
-rw-r--r--src/XMonad/Custom/Projects.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/XMonad/Custom/Projects.hs b/src/XMonad/Custom/Projects.hs
index b4b47b5..d45d1c5 100644
--- a/src/XMonad/Custom/Projects.hs
+++ b/src/XMonad/Custom/Projects.hs
@@ -16,7 +16,7 @@ module XMonad.Custom.Projects
 
 import           XMonad.Actions.DynamicProjects
 import           XMonad.Actions.SpawnOn
-import qualified XMonad.Custom.Misc             as CM
+import qualified XMonad.Custom.Misc             as C
 
 projects :: [Project]
 projects =
@@ -32,6 +32,6 @@ projects =
 
     , Project { projectName      = "WWW"
               , projectDirectory = "~/"
-              , projectStartHook = Just $ spawnOn "WWW" (CM.browser CM.customApplications)
+              , projectStartHook = Just $ spawnOn "WWW" (C.browser C.applications)
               }
     ]

Consider giving Nix/NixOS a try! <3