mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 14:45:59 +01:00
reload input after exec once
This commit is contained in:
parent
19cd04c85f
commit
0013ef9ef0
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue