summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <mic.liamg@gmail.com>2015-09-06 18:09:03 +0200
committerMichal Minar <mic.liamg@gmail.com>2015-09-06 18:09:03 +0200
commit520a0860cc70ab58ce89b2b662d78fc8859a4375 (patch)
treecb4776a3fcf7b3e53469ccec94140030feb0f990
parentbcc965306fefeae9498960abdb0ed239042956f5 (diff)
downloadxminad-520a0860cc70ab58ce89b2b662d78fc8859a4375.tar.gz
xminad-520a0860cc70ab58ce89b2b662d78fc8859a4375.tar.xz
xminad-520a0860cc70ab58ce89b2b662d78fc8859a4375.zip
workspace -> wsp
Signed-off-by: Michal Minar <mic.liamg@gmail.com>
-rw-r--r--src/XMonad/Local/TopicSpace.hs44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/XMonad/Local/TopicSpace.hs b/src/XMonad/Local/TopicSpace.hs
index 4ea6958..7b25143 100644
--- a/src/XMonad/Local/TopicSpace.hs
+++ b/src/XMonad/Local/TopicSpace.hs
@@ -14,30 +14,30 @@ import XMonad.Local.Actions
topicDirs :: M.Map WorkspaceId String
topicDirs = M.fromList $
[ ("dashboard" , "~")
- , ("xmonad" , "~/workspace/private/xminad")
+ , ("xmonad" , "~/my/private/xminad")
, ("video" , "~/Documents/movies")
, ("docs" , "~/Documents/doc")
, ("pdf" , "~/Documents")
, ("graphics" , "~")
, ("gimp" , "~")
- , ("eclipse" , "~/workspace")
- , ("yawn" , "~/workspace/rh/pywbem-yawn")
- , ("openlmi" , "~/workspace/rh/openlmi-providers")
+ , ("eclipse" , "~/my")
+ , ("yawn" , "~/my/rh/pywbem-yawn")
+ , ("openlmi" , "~/my/rh/openlmi-providers")
, ("cim" , "/usr/share/mof/cim-current")
- , ("hwdata" , "~/workspace/rh/hwdata")
+ , ("hwdata" , "~/my/rh/hwdata")
, ("hdparm" , "~/fedora-scm/hdparm")
- , ("providers" , "~/workspace/rh/openlmi-providers")
- , ("scripts" , "~/workspace/rh/openlmi-scripts")
- , ("tools" , "~/workspace/rh/openlmi-tools")
+ , ("providers" , "~/my/rh/openlmi-providers")
+ , ("scripts" , "~/my/rh/openlmi-scripts")
+ , ("tools" , "~/my/rh/openlmi-tools")
, ("rhel" , "~/rhel-scm")
, ("fedora" , "~/fedora-scm")
- , ("docker" , "~/workspace/rh/docker")
- , ("distribution", "~/workspace/rh/distribution")
- , ("ae" , "~/workspace/rh/atomic-enterprise")
- , ("aet" , "~/workspace/rh/atomic-enterprise-training")
- , ("aea" , "~/workspace/rh/atomic-enterprise-ansible")
- , ("aes" , "~/workspace/rh/ae-scripts")
- , ("openshift" , "~/workspace/rh/openshift-origin")
+ , ("docker" , "~/my/rh/docker")
+ , ("distribution", "~/my/rh/distribution")
+ , ("ae" , "~/my/rh/atomic-enterprise")
+ , ("aet" , "~/my/rh/atomic-enterprise-training")
+ , ("aea" , "~/my/rh/atomic-enterprise-ansible")
+ , ("aes" , "~/my/rh/ae-scripts")
+ , ("openshift" , "~/my/rh/openshift-origin")
] ++ map (\w -> (w, "~"))
[ "music", "p2p", "gimp", "graphics"
, "web", "remote", "earth", "bank", "admin", "ebook"
@@ -78,15 +78,15 @@ topicConfig = TS.defaultTopicConfig
spawnShellIn "~/fedora-scm/hdparm" Nothing >>
spawnShellIn "~/rhel-scm/hdparm" Nothing)
, ("docker",
- spawnShellIn "~/workspace/go/docker" (Just "bash --rcfile .bashrc") >>
- spawnShellIn "~/workspace/go/docker" (Just "bash --rcfile .bashrc") >>
- spawnShellIn "~/workspace/go/docker" (Just "bash --rcfile .bashrc"))
+ spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc") >>
+ spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc") >>
+ spawnShellIn "~/my/go/docker" (Just "bash --rcfile .bashrc"))
, ("openshift",
- spawnShellIn "~/workspace/go/openshift" (Just "bash --rcfile .bashrc") >>
- spawnShellIn "~/workspace/go/openshift" (Just "bash --rcfile .bashrc") >>
- spawnShellIn "~/workspace/go/openshift" (Just "bash --rcfile .bashrc"))
+ spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc") >>
+ spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc") >>
+ spawnShellIn "~/my/go/openshift" (Just "bash --rcfile .bashrc"))
, ("distribution", spawnShell Nothing >> spawnShell Nothing >>
- spawnShellIn "~/workspace/go/distribution" (Just "bash --rcfile .bashrc"))
+ spawnShellIn "~/my/go/distribution" (Just "bash --rcfile .bashrc"))
, ("scripts", spawnShell Nothing >> spawnShell Nothing)
, ("ciV", spawn "launch-ciV.sh -m -b")
, ("scrum", spawn "firefox https://bluejeans.com/3046463974/")