xmonad: Disable magnification of selected window
This commit is contained in:
parent
c936e29aeb
commit
ba0a4ff306
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ compileRestart resume = do
|
||||||
myLayout = Docks.avoidStruts (tiled ||| Mirror tiled ||| Full ||| columns)
|
myLayout = Docks.avoidStruts (tiled ||| Mirror tiled ||| Full ||| columns)
|
||||||
where
|
where
|
||||||
tiled = Tall nmaster delta ratio
|
tiled = Tall nmaster delta ratio
|
||||||
columns = magnifiercz' 1.3 $ ThreeColMid nmaster delta ratio
|
columns = ThreeColMid nmaster delta ratio
|
||||||
nmaster = 1 -- default number of windows in the master pane
|
nmaster = 1 -- default number of windows in the master pane
|
||||||
ratio = 1/2 -- default proportion occupied by master pane
|
ratio = 1/2 -- default proportion occupied by master pane
|
||||||
delta = 3/100 -- percent of screen to increment when resizing
|
delta = 3/100 -- percent of screen to increment when resizing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue