question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for title bar (i3)

See original GitHub issue

I am currently using i3 and the border ignores the title bar. It would be cool if it also included the title bar.

for_window [class=".*"] title_format " %title" could be used to add a padding to the title bar text in i3 to not be obstructed by the rounded corners.

I don’t know how easy this is to fix but a workaround would be allowing to set the radius of the corners individually. This allows settings the top left and top right corner to radius=0 which would at least result in rounded corners at the bottom.

Great work!

2022-08-23_17-41

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
deter0commented, Aug 23, 2022

Adding support for the i3 title-bar seems a bit specific to i3 and people with title-bars. I think I’m gonna add an offset configuration where you can increase the offset, would that resolve this?

0reactions
deter0commented, Aug 26, 2022

Okay, since the offset has been implemented I’m closing this as OP said that would fix it

Read more comments on GitHub >

github_iconTop Results From Across the Web

i3 User's Guide - i3 Tiling Window Manager
Another way to resize floating windows using the mouse is to right-click on the titlebar and drag. For resizing floating windows with your...
Read more >
[Feature request] Support setting title bar location · Issue #2441
It would be nice to have a title_bar command to set the location of the title bar. Most useful would probably be title_bar...
Read more >
I3 title bar - i3wm - EndeavourOS Forum
I just wanted to ask if anyone noticed that title bars for some applications started showing up about 2-3 days ago ? I...
Read more >
How to enable window title bar for specific window class?
Try for_window [class="(?i)termite"] border normal 0. to make it case-insensitive. Of course you need this directive after the directive ...
Read more >
i3 - ArchWiki - Arch Linux
Add bindsym button1 nop to not select a window when you click on its title frame. Useful if your default layout is tabbed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found