6 ms·
Had the backpack problem for some time... my current fix is a bash script that goes while true; do pm-suspend; sleep 12; done I just ctrl-c it when i need to
by genericacct 2y ago
Had the backpack problem for some time... my current fix is a bash script that goes
while true; do pm-suspend; sleep 12; done
I just ctrl-c it when i need to use it and then restart it when i am done. Dirty but it works..