3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 19:45:43 +00:00

protocolMgr: remove IME / virtual input protocols from sandbox whitelist

This commit is contained in:
Vaxry
2026-01-05 16:23:20 +01:00
committed by Vaxry
parent a492fa3866
commit 97c8a2f1cf

View File

@ -336,9 +336,6 @@ bool CProtocolManager::isGlobalPrivileged(const wl_global* global) {
PROTO::constraints->getGlobal(),
PROTO::activation->getGlobal(),
PROTO::idle->getGlobal(),
PROTO::ime->getGlobal(),
PROTO::virtualKeyboard->getGlobal(),
PROTO::virtualPointer->getGlobal(),
PROTO::serverDecorationKDE->getGlobal(),
PROTO::tablet->getGlobal(),
PROTO::presentation->getGlobal(),