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

Separate properties for horizontal and vertical outer_gap? #313

Closed
parsiad opened this issue May 9, 2023 · 1 comment
Closed

Separate properties for horizontal and vertical outer_gap? #313

parsiad opened this issue May 9, 2023 · 1 comment

Comments

@parsiad
Copy link

parsiad commented May 9, 2023

Hi,

Is it possible to implement separate properties for horizontal and vertical outer_gap? I would like to have a very large horizontal (left/right) outer_gap and a small vertical (top/bottom) outer_gap.

Thanks!

@maxle5
Copy link
Contributor

maxle5 commented May 11, 2023

This PR does what you're looking for, just needs to be reviewed and merged.

If approved, you would configure left and right outer gaps like this:

gaps:
  # Gap between windows and the screen edge. See "Shorthand properties" for more info.
  outer_gap: "0 200px 0 200px"

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

3 participants