detect uppercase >actions

This commit is contained in:
end-4
2024-03-21 19:19:45 +07:00
parent 0b187a1ddc
commit 28168d1282
@@ -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) => {