mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/xmonad: allow nmaster description
This commit is contained in:
parent
7f95de3623
commit
b9fd0ef6b3
2 changed files with 22 additions and 112 deletions
|
|
@ -13,7 +13,7 @@ import XMonad.Hooks.StatusBar
|
|||
import XMonad.Layout.NoBorders
|
||||
import XMonad.Layout.Reflect
|
||||
import XMonad.Layout.Renamed
|
||||
-- import XMonad.Layout.ResizableTile
|
||||
import XMonad.Layout.ResizableTile
|
||||
import XMonad.Layout.Spacing
|
||||
import qualified XMonad.StackSet as W
|
||||
import XMonad.Util.EZConfig
|
||||
|
|
@ -27,6 +27,7 @@ import System.Posix
|
|||
import Graphics.X11.ExtraTypes.XF86
|
||||
|
||||
import Leanamonad.Layout.ReflectMsg
|
||||
-- TODO: rename this module
|
||||
import Leanamonad.Layout.ResizableTile
|
||||
import Leanamonad.GreekChar
|
||||
|
||||
|
|
@ -69,6 +70,7 @@ main =
|
|||
let tallr = renamed [ KeepWordsRight 2 ] {- keep "ResizableTall n" -}
|
||||
$ smartSpacingWithEdge 5
|
||||
$ reflectMsg . reflectHoriz
|
||||
$ RTFixDescription
|
||||
$ ResizableTall 1 (1/10) (3/7) []
|
||||
mag = magnifyxy 1.05 1.3 (NoMaster 3) False
|
||||
in avoidStruts . smartBorders $
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue