3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/bin/sh
|
||
|
xinput --float `xinput | grep "$1" | grep -o 'id=[[:digit:]]\+' | cut -d'=' -f2`
|