diff options
author | Michal Minar <miminar@redhat.com> | 2015-11-16 06:55:57 +0100 |
---|---|---|
committer | Michal Minar <miminar@redhat.com> | 2015-11-16 08:27:00 +0100 |
commit | 0ca9068fdf193c8c3feff1e3d7efd491c02516fb (patch) | |
tree | 92b5a0192173986430d8c3b79e41a1dc89a5dde1 /src/XMonad/Local | |
parent | 3a08a732d7cf48ca34337ca6115acb43e29717bc (diff) | |
download | xminad-0ca9068fdf193c8c3feff1e3d7efd491c02516fb.tar.gz xminad-0ca9068fdf193c8c3feff1e3d7efd491c02516fb.tar.xz xminad-0ca9068fdf193c8c3feff1e3d7efd491c02516fb.zip |
Added k8s namespace
Signed-off-by: Michal Minar <miminar@redhat.com>
Diffstat (limited to 'src/XMonad/Local')
-rw-r--r-- | src/XMonad/Local/TopicSpace.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/XMonad/Local/TopicSpace.hs b/src/XMonad/Local/TopicSpace.hs index d842591..7a0798f 100644 --- a/src/XMonad/Local/TopicSpace.hs +++ b/src/XMonad/Local/TopicSpace.hs @@ -15,6 +15,7 @@ topicDirs :: M.Map WorkspaceId String topicDirs = M.fromList $ [ ("dashboard" , "~") , ("xmonad" , "~/wsp/my/xminad") + , ("xminad" , "~/wsp/my/xminad") , ("video" , "~/Documents/movies") , ("docs" , "~/Documents/doc") , ("pdf" , "~/Documents") @@ -38,6 +39,7 @@ topicDirs = M.fromList $ , ("aea" , "~/wsp/rh/atomic-enterprise-ansible") , ("aes" , "~/wsp/rh/ae-scripts") , ("openshift" , "~/wsp/rh/openshift-origin") + , ("k8s" , "~/wsp/rh/kubernetes") ] ++ map (\w -> (w, "~")) [ "music", "p2p", "gimp", "graphics" , "web", "remote", "earth", "bank", "admin", "ebook" @@ -62,6 +64,7 @@ topicConfig = TS.defaultTopicConfig , ("ebook", spawn "calibre") , ("video", spawn "vlc") , ("xmonad", spawnShell Nothing >> spawnShell Nothing) + , ("xminad", spawnShell Nothing >> spawnShell Nothing) , ("remote", spawnShell Nothing >> spawnShell Nothing) , ("devel", spawnShell Nothing >> spawnShell Nothing) , ("openlmi", spawnShell Nothing >> spawnShell Nothing) @@ -89,6 +92,10 @@ topicConfig = TS.defaultTopicConfig spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc") >> spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc") >> spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc")) + , ("k8s", + spawnShellIn "~/wsp/go/kubernetes" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/kubernetes" (Just "bash --rcfile .bashrc") >> + spawnShellIn "~/wsp/go/kubernetes" (Just "bash --rcfile .bashrc")) , ("scripts", spawnShell Nothing >> spawnShell Nothing) , ("ciV", spawn "launch-ciV.sh -m -b") , ("scrum", spawn "firefox https://bluejeans.com/3046463974/") |