keybinds: add an option to respect gaps out for floating to movewindow (#9360)

This commit is contained in:
littleblack111 2025-06-04 02:48:56 +08:00 committed by GitHub
parent b1d0a727cc
commit b5c0d0b8aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 6 deletions

View file

@ -36,6 +36,7 @@ struct SWorkspaceRule {
bool isPersistent = false;
std::optional<CCssGapData> gapsIn;
std::optional<CCssGapData> gapsOut;
std::optional<CCssGapData> floatGaps = gapsOut;
std::optional<int64_t> borderSize;
std::optional<bool> decorate;
std::optional<bool> noRounding;