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

reserved space? #276

Closed
calendulish opened this issue Feb 28, 2023 · 1 comment · Fixed by #282
Closed

reserved space? #276

calendulish opened this issue Feb 28, 2023 · 1 comment · Fixed by #282
Labels
good first issue Good for newcomers

Comments

@calendulish
Copy link

calendulish commented Feb 28, 2023

I used to reserve some space on right side of my desktop to widgets, is there a way to tell glazewm to ignore that area when tiling the windows?

something like right_gap or right_margin

@lars-berger lars-berger added the good first issue Good for newcomers label Mar 4, 2023
@lars-berger
Copy link
Member

We could tweak gaps.outer_gaps to optionally accept multiple values like we do for properties like bar.padding, eg.

gaps:
  outer_gap: "20px 40px 20px 20px"

If you wanna take a stab at a PR, the way to go would be to change OuterGap in GapsConfig.cs to a string and then adjust the height/width/x/y of Workspace. UnitsHelper.cs can help with converting the string to ints

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

Successfully merging a pull request may close this issue.

2 participants