Clarence's DocumentationContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)Logo Twitter (opens in a new tab)
  • Introduction
  • Commit Message
  • Styling
    • Preference
    • Margin Usage
    • Tailwind CSS
    • CSS / SCSS
    • Resources
  • React
    • React Imports
    • Namespace vs Named Imports
    • Why JSX can only have one parent element
    • Snippets
  • GitHub
    • GitHub Sync
    • Branch Rules
    • WakaTime Integration
  • Libraries
  • VSCode Extensions
  • Mac Setup
    • Dock Configuration
    • iTerm2 Configuration
    • ZSH Configuration
    • Fast Node Manager
    • Bash Workflow Shortcuts
  • Uncategorized Notes
    • Search Console Removal
    • Take Commits Between Repositories
  • Attribution
  • Introduction
  • Commit Message
  • Styling
    • Preference
    • Margin Usage
    • Tailwind CSS
    • CSS / SCSS
    • Resources
  • React
    • React Imports
    • Namespace vs Named Imports
    • Why JSX can only have one parent element
    • Snippets
  • GitHub
    • GitHub Sync
    • Branch Rules
    • WakaTime Integration
  • Libraries
  • VSCode Extensions
  • Mac Setup
    • Dock Configuration
    • iTerm2 Configuration
    • ZSH Configuration
    • Fast Node Manager
    • Bash Workflow Shortcuts
  • Uncategorized Notes
    • Search Console Removal
    • Take Commits Between Repositories
  • Attribution
  • Contact ↗ (opens in a new tab)
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Mac Setup
Dock Configuration

Dock Configuration

Customize dock hide speed and animation

defaults write com.apple.dock autohide-delay -float 0;
defaults write com.apple.dock autohide-time-modifier -float 0.4;
killall Dock;
VSCode ExtensionsiTerm2 Configuration

© 2023 Theodorus Clarence. Made with Nextra