diff options
Diffstat (limited to 'xmonad')
| -rw-r--r-- | xmonad/.config/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 254963c..6d58097 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -152,7 +152,7 @@ myTabConfig = def { activeColor = bg_alt , fontName = "xft:Iosevka Comfy:size=13" } -myLayout = tiled ||| Mirror tiled ||| Full ||| tabbedBottom +myLayout = tiled ||| Mirror tiled ||| tabbedBottom where tiled = Tall nmaster delta ratio nmaster = 1 -- Default number of windows in the master pane |
