mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 07:58:02 +02:00
xwayland: fix xwayland -> wayland clipboard (#10646)
This commit is contained in:
parent
d9f7448d82
commit
d7a87ce6e2
1 changed files with 1 additions and 0 deletions
|
|
@ -1214,6 +1214,7 @@ void CXWM::initSelection() {
|
|||
};
|
||||
|
||||
createSelectionWindow(m_clipboard.window, "CLIPBOARD_MANAGER");
|
||||
createSelectionWindow(m_clipboard.window, "CLIPBOARD");
|
||||
m_clipboard.listeners.setSelection = g_pSeatManager->m_events.setSelection.registerListener([this](std::any) { m_clipboard.onSelection(); });
|
||||
m_clipboard.listeners.keyboardFocusChange = g_pSeatManager->m_events.keyboardFocusChange.registerListener([this](std::any) { m_clipboard.onKeyboardFocus(); });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue