Scripts/float_xinput_device.sh

3 lines
91 B
Bash
Raw Normal View History

2022-03-30 17:20:58 -04:00
#!/bin/sh
xinput --float `xinput | grep "$1" | grep -o 'id=[[:digit:]]\+' | cut -d'=' -f2`