We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug On multiple windows, the border does not appear if I set a window_margin_width to be greater than 0.
window_margin_width
To Reproduce Steps to reproduce the behavior:
kitty.conf
window_margin_width=5.0
kitty --config ~/.config/kitty/kitty.conf
Expected behavior I would expect to see borders (like in the 2nd screenshot), except with some margins separating each window.
Screenshots 1st Screenshot (when window_margin_width=5.0)
2nd Screenshot (when window_margin_width=0)
window_margin_width=0
Environment details OS: This issue occurs on both my Arch Linux and Mac OS Big Sur (11.0)
kitty --debug-config outputs
kitty --debug-config
Mac OS Big Sur (11.0)
kitty 0.19.1 created by Kovid Goyal Darwin JimmeeXs-MacBook-Pro-16.local 20.1.0 Darwin Kernel Version 20.1.0: Thu Sep 24 20:22:06 PDT 2020; root:xnu-7195.40.89.100.3~1/RELEASE_X86_64 x86_64 ProductName: macOS ProductVersion: 11.0 BuildVersion: 20A5384c Loaded config files: /Users/jameslin/.config/kitty/kitty.conf Config options different from defaults: window_margin_width FloatEdges(left=5.0, top=5.0, right=5.0, bottom=5.0)
Arch Linux
kitty 0.19.1 created by Kovid Goyal Linux jimmeex-arch 5.8.13-arch1-1 #1 SMP PREEMPT Thu, 01 Oct 2020 20:40:35 +0000 x86_64 Arch Linux \r (\l) LSB_VERSION=1.4 DISTRIB_ID=Arch DISTRIB_RELEASE=rolling DISTRIB_DESCRIPTION="Arch Linux" Loaded config files: /home/james/.config/kitty/kitty.conf Running under: X11 Config options different from defaults: window_margin_width FloatEdges(left=5.0, top=5.0, right=5.0, bottom=5.0)
Additional context This started to become an issue when I upgraded kitty to version 0.19.0. Prior to that, I did not experience this issue.
The text was updated successfully, but these errors were encountered:
5d3ac64
Fix kovidgoyal#3017
2bb5349
No branches or pull requests
Describe the bug
On multiple windows, the border does not appear if I set a
window_margin_width
to be greater than 0.To Reproduce
Steps to reproduce the behavior:
kitty.conf
, setwindow_margin_width=5.0
kitty --config ~/.config/kitty/kitty.conf
Expected behavior
I would expect to see borders (like in the 2nd screenshot), except with some margins separating each window.
Screenshots

1st Screenshot (when
window_margin_width=5.0
)2nd Screenshot (when

window_margin_width=0
)Environment details
OS: This issue occurs on both my Arch Linux and Mac OS Big Sur (11.0)
kitty --debug-config
outputsMac OS Big Sur (11.0)
Arch Linux
Additional context
This started to become an issue when I upgraded kitty to version 0.19.0. Prior to that, I did not experience this issue.
The text was updated successfully, but these errors were encountered: