Hacker News new | ask | show | jobs
by smithcoin 943 days ago
How were you able to manage the window always being on top? I thought you had to disable SIP for that on MacOS.
1 comments

In Electron it's super easy. Just set alwaysOnTop to true: https://github.com/timsayshey/cringe-clock/blob/main/src/bac...