forked from Shinonome/dots-hyprland
detect uppercase >actions
This commit is contained in:
@@ -11,7 +11,7 @@ export function hasUnterminatedBackslash(inputString) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function launchCustomCommand(command) {
|
export function launchCustomCommand(command) {
|
||||||
const args = command.split(' ');
|
const args = command.toLowerCase().split(' ');
|
||||||
if (args[0] == '>raw') { // Mouse raw input
|
if (args[0] == '>raw') { // Mouse raw input
|
||||||
Utils.execAsync('hyprctl -j getoption input:accel_profile')
|
Utils.execAsync('hyprctl -j getoption input:accel_profile')
|
||||||
.then((output) => {
|
.then((output) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user