mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Implement gaps (PR #2047)
This commit is contained in:
parent
21d98d5bfb
commit
6a910b9ba5
9 changed files with 320 additions and 9 deletions
|
|
@ -44,6 +44,7 @@ sway_sources = files(
|
|||
'commands/for_window.c',
|
||||
'commands/force_focus_wrapping.c',
|
||||
'commands/fullscreen.c',
|
||||
'commands/gaps.c',
|
||||
'commands/hide_edge_borders.c',
|
||||
'commands/kill.c',
|
||||
'commands/mark.c',
|
||||
|
|
@ -64,6 +65,7 @@ sway_sources = files(
|
|||
'commands/seat/fallback.c',
|
||||
'commands/set.c',
|
||||
'commands/show_marks.c',
|
||||
'commands/smart_gaps.c',
|
||||
'commands/split.c',
|
||||
'commands/sticky.c',
|
||||
'commands/swaybg_command.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue