summaryrefslogtreecommitdiffstats
path: root/src/XMonad/Local/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Local/Layout.hs')
-rw-r--r--src/XMonad/Local/Layout.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/XMonad/Local/Layout.hs b/src/XMonad/Local/Layout.hs
index 887a734..0baeb77 100644
--- a/src/XMonad/Local/Layout.hs
+++ b/src/XMonad/Local/Layout.hs
@@ -35,6 +35,7 @@ layoutHook = avoidStruts
$ PW.onWorkspace "chat" chatL
$ PW.onWorkspace "gimp" gimpL
$ PW.onWorkspace "BG" bgL
+ $ PW.onWorkspace "witcher" witcherL
$ PW.onWorkspace "remote" remoteL
$ PW.onWorkspaces ["homam5", "civ4", "pst", "ciV"] wineGameL
easyLay
@@ -80,6 +81,9 @@ gimpL = LN.named "GIMP"
bgL = windowNavigation $ BW.boringWindows $ smartBorders
$ reflectHoriz $ Tall nmaster delta (7/9)
+witcherL = windowNavigation $ BW.boringWindows $ noBorders
+ $ IM.withIM (2%7) (IM.ClassName "Firefox") tiled
+
remoteL = windowNavigation $ BW.boringWindows $ smartBorders
$ Tab.tabbed Tab.shrinkText myTabTheme