From a98422f735476b1f5bba8765ac3b0bc002526be3 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Tue, 5 Mar 2024 01:25:51 +0200 Subject: [PATCH] Autohide dock --- macos/macos_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/macos_setup.sh b/macos/macos_setup.sh index 6a41958..ab85c09 100755 --- a/macos/macos_setup.sh +++ b/macos/macos_setup.sh @@ -115,4 +115,4 @@ defaults write com.apple.dock expose-animation-duration -float 0.1 defaults write com.apple.dock expose-group-by-app -bool false # Automatically hide and show the Dock -defaults write com.apple.dock autohide -bool false +defaults write com.apple.dock autohide -bool true