diff --git a/.config/ags/modules/overview/miscfunctions.js b/.config/ags/modules/overview/miscfunctions.js index be3ae6c10..82f1ba671 100644 --- a/.config/ags/modules/overview/miscfunctions.js +++ b/.config/ags/modules/overview/miscfunctions.js @@ -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) => {