mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 00:05:58 +01:00
keybinds: fix bindm (#6429)
* fixed mouse dispatcher * no brakets * move command up
This commit is contained in:
parent
b6bf4afb48
commit
8412ffcc42
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue