Blacklist the KDE 5 root window.

This commit is contained in:
Felix Geyer 2015-02-24 21:59:47 +01:00
parent 835c411d12
commit ccb7a4c96d

View File

@ -39,6 +39,7 @@ AutoTypePlatformX11::AutoTypePlatformX11()
m_classBlacklist << "desktop_window" << "gnome-panel"; // Gnome
m_classBlacklist << "kdesktop" << "kicker"; // KDE 3
m_classBlacklist << "Plasma"; // KDE 4
m_classBlacklist << "plasmashell"; // KDE 5
m_classBlacklist << "xfdesktop" << "xfce4-panel"; // Xfce 4
m_currentGlobalKey = static_cast<Qt::Key>(0);