mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-17 00:38:22 +00:00
xwayland: send zero scaling to xwayland if enabled
This commit is contained in:
@@ -1567,6 +1567,9 @@ void CConfigManager::loadConfigLoadVars() {
|
||||
// update layout
|
||||
g_pLayoutManager->switchToLayout(configValues["general:layout"].strValue);
|
||||
|
||||
// update xwl scale
|
||||
g_pXWaylandManager->updateXWaylandScale();
|
||||
|
||||
// manual crash
|
||||
if (configValues["debug:manual_crash"].intValue && !m_bManualCrashInitiated) {
|
||||
m_bManualCrashInitiated = true;
|
||||
|
Reference in New Issue
Block a user