-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow rendering titlebar on bottom #4244
base: master
Are you sure you want to change the base?
Conversation
+1 |
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.
I know this is listed as a draft, but here's a few small comments.
964bc59
to
cc6ab63
Compare
cc6ab63
to
5069729
Compare
I might need a bit of guidance on this one: I've implemented rendering of titlebar on the bottom which works OK in cases when border is set to 0. |
@janza do you still get those rendering issues? |
c00822a
to
a318cef
Compare
58c5eb0
to
e00024c
Compare
Hi, what is the status of this PR? Thank you! |
Hi, I've been running sway with this patch for a while now without issues (AUR sway-titlebar-positioning-git). |
I'd be very interested if this becomes available on main branch. |
Hello, any updates on this? |
I would love getting this merges although it's rejected by i3. In my setup (my focus is more on the top of the display because that way I can sit more ergonomically) I want the most important information at the top of my screen and the noise like system bar and window titles at the bottom. |
cdc2324
to
e77373b
Compare
I'd love to see this merged as it makes for a cleaner interface whenever the sway bar is positioned at the top of the screen. |
Can I just install this, and it will work? Or is there some more stuff to do? |
e77373b
to
e98e01c
Compare
This implements part of #883 and similar issue on i3/i3/issues/2747 by adding a command
titlebar_position
. It accepts two options for now: top and bottom.I've probably missed some edge cases but would like to know if there's any interest in adding this feature?