This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
whiteline
/
Scripts
Watch
1
Star
0
Fork
0
You've already forked Scripts
Code
Issues
Pull Requests
Releases
Wiki
Activity
d5d80345fc
Scripts
/
float_xinput_device.sh
3 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
migrating all my scripts to zsh
2023-04-09 07:14:40 -04:00
#!/bin/zsh
initial commit
2022-03-30 17:20:58 -04:00
xinput --float
`
xinput
|
grep
"
$1
"
|
grep -o
'id=[[:digit:]]\+'
|
cut -d
'='
-f2
`
Reference in New Issue
Copy Permalink