-
Notifications
You must be signed in to change notification settings - Fork 56
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
Hide separator between titlebar and content #91
Hide separator between titlebar and content #91
Conversation
Good stuff! Before I can merge this I'll have to request that you match the indentation |
f174661
to
a0caaf8
Compare
Thought i fixed that earlier. Should be ok now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just one more indentation fix needed
a0caaf8
to
6fe32b4
Compare
Done. Thanks for your patience. |
Thanks for all the work here! Finally have some time today to do some testing with this branch, stay tuned :) |
Thanks for the implementation. For the command we could think about changing to |
Second one seems to be more intuitive. |
0642bdb
to
d1a925a
Compare
Just wanted to say this will definitely get merged but I'd like to fix #96 first before making any other changes to render.c |
5190d60
to
9b7915b
Compare
9b7915b
to
4029b73
Compare
Just tested this PR and got about half a transparent line of pixels on left side my alacritty window; @WillPower3309 Any idea if this has something do with the other effects (shadows / rounded corners)? Can't really see how these changes would cause this. |
You should probably add an entry of the new option to the man page. I also suggest to change the option values to |
This PR just prevents sway from rendering lower title bar border, so if it doesn't scale background elements correctly some areas will become empty. Issue on your screenshot is with the left pad, which I must have missed because my title textures where aligned to the left. Going to check now to see if that's the problem.
Honestly I've missed that we had one. Right on it.
Should have done that with the last commit. |
4029b73
to
df4423d
Compare
@RicArch97 can you confirm the issue is fixed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few more comments, rest LGTM
df4423d
to
9d57008
Compare
Solves #70.
Toggled via titlebar_separator enable|disable, where disable hides the border.