added scripts to start peripheral programs if needed
parent
8e77735b22
commit
1da003cfae
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if lsusb | grep -q "Corsair"
|
||||
then
|
||||
pgrep -x ckb-next > /dev/null || ckb-next -b &
|
||||
fi
|
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if lsusb | grep -q "Logitech"
|
||||
then
|
||||
pgrep -x solaar > /dev/null || solaar -w hide &
|
||||
fi
|
Reference in new issue