mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
reload input after exec once
This commit is contained in:
@@ -1153,6 +1153,10 @@ void CConfigManager::dispatchExecOnce() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
firstExecRequests.clear(); // free some kb of memory :P
|
firstExecRequests.clear(); // free some kb of memory :P
|
||||||
|
|
||||||
|
// set input, fixes some certain issues
|
||||||
|
g_pInputManager->setKeyboardLayout();
|
||||||
|
g_pInputManager->setMouseConfigs();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CConfigManager::performMonitorReload() {
|
void CConfigManager::performMonitorReload() {
|
||||||
|
Reference in New Issue
Block a user