add window gaps
This commit is contained in:
parent
769d12a525
commit
750bf06ce9
9 changed files with 144 additions and 13 deletions
|
|
@ -363,5 +363,12 @@ pub mod sized {
|
|||
///
|
||||
/// Default: 1
|
||||
const 04 => BAR_SEPARATOR_WIDTH,
|
||||
/// The gap between tiled windows in pixels.
|
||||
///
|
||||
/// When set to a value greater than 0, windows are separated by this
|
||||
/// gap rather than by the border width.
|
||||
///
|
||||
/// Default: 0
|
||||
const 05 => GAP,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue