mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-25 17:11:16 +00:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Running GPM..." &&
|
|
gpm -m /dev/input/mouse0 -t imps2
|