mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
fix_edge_gaps: Allow negative values for outer gaps.
While allowing negative values for the outer gaps it is still prevented that negative values move windows out of the container. This replaces the non-i3 option for edge_gaps.
This commit is contained in:
parent
b80cf982ae
commit
36d9037f2c
6 changed files with 30 additions and 53 deletions
|
|
@ -389,7 +389,6 @@ struct sway_config {
|
|||
bool show_marks;
|
||||
bool tiling_drag;
|
||||
|
||||
bool edge_gaps;
|
||||
bool smart_gaps;
|
||||
int gaps_inner;
|
||||
int gaps_outer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue