dwindle: add better automatic window drag and drop direction detection (#9704)

This commit is contained in:
littleblack111
2025-05-27 01:15:11 +08:00
committed by GitHub
parent 292a7456af
commit 4c4c9bb324
3 changed files with 32 additions and 1 deletions

View File

@@ -1757,6 +1757,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_CHOICE,
.data = SConfigOptionDescription::SChoiceData{0, "positional,current,opening"},
},
SConfigOptionDescription{
.value = "dwindle:precise_move",
.description = "if enabled, bindm movewindow will drop the window more precisely depending on where your mouse is.",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
},
/*
* master: