diff options
author | Vaxry <[email protected]> | 2023-08-26 17:12:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-26 17:12:21 +0200 |
commit | 4a41d013a27c9919ed41a50c43c4224d8443a415 (patch) | |
tree | f404e8d5d70d48dac21dcca836cfd8310f873335 /src/config/ConfigManager.cpp | |
parent | 299d201e562c0d0d1530d1559ff33802a1470815 (diff) | |
download | Hyprland-4a41d013a27c9919ed41a50c43c4224d8443a415.tar.gz Hyprland-4a41d013a27c9919ed41a50c43c4224d8443a415.zip |
internal: Fix XDP multi-portal issues (#3077)
* add a hyprland portals conf
* remove portal checks
* typo
* Nix: remove portal patch
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/config/ConfigManager.cpp')
-rw-r--r-- | src/config/ConfigManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index defa1a11..831e3b17 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -103,7 +103,6 @@ void CConfigManager::setDefaultVars() { configValues["misc:moveintogroup_lock_check"].intValue = 0; configValues["misc:hide_cursor_on_touch"].intValue = 1; configValues["misc:mouse_move_focuses_monitor"].intValue = 1; - configValues["misc:suppress_portal_warnings"].intValue = 0; configValues["misc:render_ahead_of_time"].intValue = 0; configValues["misc:render_ahead_safezone"].intValue = 1; configValues["misc:cursor_zoom_factor"].floatValue = 1.f; |