Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spacing not uniform throughout #6

Open
rajaiitp opened this issue Jul 9, 2021 · 0 comments
Open

spacing not uniform throughout #6

rajaiitp opened this issue Jul 9, 2021 · 0 comments

Comments

@rajaiitp
Copy link

rajaiitp commented Jul 9, 2021

layout spacing

I create my 3 column layout using this

mySpacing :: Integer -> l a -> XMonad.Layout.LayoutModifier.ModifiedLayout Spacing l a
mySpacing i = spacingRaw True (Border wid wid wid wid) True (Border wid wid wid wid) True

myLayout = mySpacing wid $avoidStruts $ mkToggle (NBFULL ?? NOBORDERS ?? EOT) myDefaultLayout
where
myDefaultLayout = smartBorders (desktopLayoutModifiers $ getMiddleColumnSaneDefault 1 0 (0.14, 0.43, 0.43))

As the figure shows the spacing between column 2 and 3 is not the same as other gaps. Please let me know how to fix it or if its a bug that needs to be corrected for. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant