feat(hammerspoon): increase size of rounded corners drawn on screen

This commit is contained in:
2023-11-20 11:11:56 +00:00
parent 12505e939a
commit df56386d7a

View File

@@ -21,6 +21,7 @@ hs.console.behaviorAsLabels { 'moveToActiveSpace' }
-- Draw pretty rounded corners on all screens.
hs.loadSpoon('RoundedCorners')
spoon.RoundedCorners.radius = 12
spoon.RoundedCorners:start()
-- Automatically pause music when headphones are unplugged.