mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -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
|
||||
|
||||
// set input, fixes some certain issues
|
||||
g_pInputManager->setKeyboardLayout();
|
||||
g_pInputManager->setMouseConfigs();
|
||||
}
|
||||
|
||||
void CConfigManager::performMonitorReload() {
|
||||
|
Reference in New Issue
Block a user