more importantly…how much RAM do you have on your laptop?
If you have enough RAM the the system won’t use swap at all. Do you run out of the RAM normally ?
For SSDs, you may want to use setting vm.swappiness=10 instead of disabling swap completely (0). This keeps swap available only as a last resort, reducing SSD wear while preventing crashes.
In that case you are creating a problem where there is none. If you are really concerned. Otherwise, set it to 10, meaning that the swap is used only when absolutely necessary as opposed to current settings 60.