diff options
author | Vaxry <[email protected]> | 2024-03-29 18:57:10 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-29 18:57:16 +0000 |
commit | 3d1bf1405ee2b368b461164210ad1485d5f32178 (patch) | |
tree | b7d7463ee7a8a4d892cb363ce05d0fdb9cbac0ad /src/config/ConfigManager.cpp | |
parent | 53aa184d2099b1f5c1b712df1484211bad3d6093 (diff) | |
download | Hyprland-3d1bf1405ee2b368b461164210ad1485d5f32178.tar.gz Hyprland-3d1bf1405ee2b368b461164210ad1485d5f32178.zip |
keybinds: add binds:disable_keybind_grabbing
fixes #5273
Diffstat (limited to 'src/config/ConfigManager.cpp')
-rw-r--r-- | src/config/ConfigManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 17dea1a7..1229e80b 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -490,6 +490,7 @@ CConfigManager::CConfigManager() { m_pConfig->addConfigValue("binds:focus_preferred_method", Hyprlang::INT{0}); m_pConfig->addConfigValue("binds:ignore_group_lock", Hyprlang::INT{0}); m_pConfig->addConfigValue("binds:movefocus_cycles_fullscreen", Hyprlang::INT{1}); + m_pConfig->addConfigValue("binds:disable_keybind_grabbing", Hyprlang::INT{0}); m_pConfig->addConfigValue("gestures:workspace_swipe", Hyprlang::INT{0}); m_pConfig->addConfigValue("gestures:workspace_swipe_fingers", Hyprlang::INT{3}); |