aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config/ConfigManager.cpp
diff options
context:
space:
mode:
authorJeremy Huang <[email protected]>2023-10-03 14:16:57 -0700
committerGitHub <[email protected]>2023-10-03 22:16:57 +0100
commitd61e4f9ad75d51f15eac6bced13439899d66a950 (patch)
treefc2519839d02ccc2c42858bf73559c30ce2048f9 /src/config/ConfigManager.cpp
parentb784931e678f907b1f1e41d04485fefd8a1faaf8 (diff)
downloadHyprland-d61e4f9ad75d51f15eac6bced13439899d66a950.tar.gz
Hyprland-d61e4f9ad75d51f15eac6bced13439899d66a950.zip
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
Diffstat (limited to 'src/config/ConfigManager.cpp')
-rw-r--r--src/config/ConfigManager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp
index d639df0c..42611be3 100644
--- a/src/config/ConfigManager.cpp
+++ b/src/config/ConfigManager.cpp
@@ -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;