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