Gaps between windows?
asked 2014-09-10 20:19:34 +0000
Anonymous
Are there any plans to support some kind of gaps in between windows? Is it out of question? If it's already implemented, how can I make use of that? Thank you.
asked 2014-09-10 20:19:34 +0000
Anonymous
Are there any plans to support some kind of gaps in between windows? Is it out of question? If it's already implemented, how can I make use of that? Thank you.
Do you mean something like in this i3 screenshot? This question has been asked on IRC several times. I don't think it is going to be implemented in core i3, but the tools to achieve padding are already in place.
The image linked above demonstrates it is possible to introduce the gaps (whatever their purpose might be…). Note there's only one floating window in that screenshot.
The trick is to use empty containers for padding.
An empty container can be spawned
by issuing open
command.
As of now, this feature hasn't been documented for quite a while,
so it is possible it won't be available in the future,
but it's rather unlikely.
Of course padding each window manually is probably not what you want, but you can do that automatically with use of IPC.
Asked: 2014-09-10 20:19:34 +0000
Seen: 3,049 times
Last updated: Sep 10 '14
https://github.com/o4dev/i3 is a fork that adds the ability to have gaps between windows
There is a fork (https://github.com/Airblader/i3) that might serve this purpose