detect uppercase >actions

This commit is contained in:
end-4
2024-03-21 19:19:45 +07:00
parent d15cca33c8
commit ec66c37488
@@ -11,7 +11,7 @@ export function hasUnterminatedBackslash(inputString) {
}
export function launchCustomCommand(command) {
const args = command.split(' ');
const args = command.toLowerCase().split(' ');
if (args[0] == '>raw') { // Mouse raw input
Utils.execAsync('hyprctl -j getoption input:accel_profile')
.then((output) => {