mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
new contrib module: Layout.PerWorkspace
This module allows you to configure layouts on a per-workspace basis, rather than specifying the same layout for all workspaces. (Of course, you still really *are* specifying the same layout for all workspaces, it just acts differently depending on the workspace. =)
This commit is contained in:
@@ -88,6 +88,7 @@ library
|
||||
XMonad.Layout.MultiToggle
|
||||
XMonad.Layout.Named
|
||||
XMonad.Layout.NoBorders
|
||||
XMonad.Layout.PerWorkspace
|
||||
XMonad.Layout.ResizableTile
|
||||
XMonad.Layout.Roledex
|
||||
XMonad.Layout.Spiral
|
||||
|
Reference in New Issue
Block a user