Hacker News new | ask | show | jobs
by genericacct 648 days 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..