Skip to content

Instantly share code, notes, and snippets.

View systemboogie's full-sized avatar

Marcus Noll systemboogie

View GitHub Profile
#!/bin/bash
# Always show scrollbars
defaults write NSGlobalDomain AppleShowScrollBars -string "WhenScrolling"
# Possible values: `WhenScrolling`, `Automatic` and `Always`