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