master: add option to drag and drop windows at cursor position (#3465)
* add option to drag and drop a window at cursor position * use getWindowIdealBoundingBoxIgnoreReserved
This commit is contained in:
parent
b784931e67
commit
d61e4f9ad7
2 changed files with 30 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["master:inherit_fullscreen"].intValue = 1;
|
||||
configValues["master:allow_small_split"].intValue = 0;
|
||||
configValues["master:smart_resizing"].intValue = 1;
|
||||
configValues["master:drop_at_cursor"].intValue = 1;
|
||||
|
||||
configValues["animations:enabled"].intValue = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue