added swapnext and swapprev for master

This commit is contained in:
vaxerski
2022-08-24 21:50:48 +02:00
parent 9c3aeda9f9
commit 00ef40dda1
3 changed files with 100 additions and 67 deletions

View File

@@ -39,7 +39,7 @@ CKeybindManager::CKeybindManager() {
m_mDispatchers["dpms"] = dpms;
m_mDispatchers["movewindowpixel"] = moveWindow;
m_mDispatchers["resizewindowpixel"] = resizeWindow;
m_mDispatchers["swapnext"] = swapNext;
m_mDispatchers["swapnext"] = swapnext;
m_tScrollTimer.reset();
}