dwindle: add better automatic window drag and drop direction detection (#9704)
This commit is contained in:
parent
292a7456af
commit
4c4c9bb324
3 changed files with 32 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue