mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Custom Border Thickness #269
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cubeDHS2017 on GitHub (Dec 10, 2023).
The problem is that right now is that I have not been able to find a way to change the width or thickness of the active window borders. If there is a way I have not been able to find it in the documentation. This is problematic on smaller laptop screens where each pixel matters and having thick borders takes away a significate amount of screen resolution.
A way to change the thickness in a config file would work very well. There is already a way to change the colors and the thickness of the padding so it could be something very similar to those.
I have tried to find other software that is able to have active window borders that are smaller but have not found anything that works well or that has the feature of different colors for different window statuses.
I really enjoy this software and hope to be able to continue using it.
@LGUG2Z commented on GitHub (Dec 10, 2023):
These are the values you need to play with, unfortunately it needs a bit of manual tweaking as you have to adjust the offset for every width - above are some values that roughly half the default active border thickness 🤞
@cubeDHS2017 commented on GitHub (Dec 10, 2023):
That is perfect and exactly what I was looking for.