mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
keybinds: fix bindm (#6429)
* fixed mouse dispatcher * no brakets * move command up
This commit is contained in:
@@ -2030,6 +2030,9 @@ std::optional<std::string> CConfigManager::handleBind(const std::string& command
|
||||
|
||||
const auto COMMAND = mouse ? HANDLER : ARGS[3 + DESCR_OFFSET];
|
||||
|
||||
if (mouse)
|
||||
HANDLER = "mouse";
|
||||
|
||||
// to lower
|
||||
std::transform(HANDLER.begin(), HANDLER.end(), HANDLER.begin(), ::tolower);
|
||||
|
||||
|
Reference in New Issue
Block a user