1
0
Fork 0
mirror of https://github.com/hyprwm/Hypr.git synced 2025-02-15 08:02:07 +01:00

fixed a typo

This commit is contained in:
vaxerski 2021-11-25 16:54:08 +01:00
parent 3be88ec4dd
commit 5361f29304

View file

@ -66,7 +66,7 @@ void handleBind(const std::string& command, const std::string& value) {
if (HANDLER == "exec") dispatcher = KeybindManager::call;
if (HANDLER == "killactive") dispatcher = KeybindManager::killactive;
if (HANDLER == "fullscreen") dispatcher = KeybindManager::toggleActiveWindowFullscreen;
if (HANDLER == "movewindow") dispatcher = KeybindManager::call;
if (HANDLER == "movewindow") dispatcher = KeybindManager::movewindow;
if (HANDLER == "workspace") dispatcher = KeybindManager::changeworkspace;
if (HANDLER == "togglefloating") dispatcher = KeybindManager::toggleActiveWindowFloating;