Scripts/float_xinput_device.sh

3 lines
92 B
Bash
Raw Normal View History

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