mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
keybinds: Fix exit trigger by moving it to monitor.frame (#5240)
This commit is contained in:
@@ -1512,7 +1512,7 @@ void CKeybindManager::renameWorkspace(std::string args) {
|
||||
}
|
||||
|
||||
void CKeybindManager::exitHyprland(std::string argz) {
|
||||
g_pInputManager->m_bExitTriggered = true;
|
||||
g_pCompositor->m_bExitTriggered = true;
|
||||
}
|
||||
|
||||
void CKeybindManager::moveCurrentWorkspaceToMonitor(std::string args) {
|
||||
|
Reference in New Issue
Block a user