4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
hyprctl devices -j | jq -r '[.mice[] | .name | select(test("touchpad|trackpad"; "i"))] | first // empty'
|