Skip to content

Commit

Permalink
Disable window tiling margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Nov 22, 2024
1 parent d787387 commit 17fd0c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/tasks/dock.rake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ namespace :dock do
write 'mru-spaces', false
end

# Disable window tiling margin.
defaults 'com.apple.WindowManager' do
write 'EnableTiledWindowMargins', false
end

# Disable Dashboard.
defaults 'com.apple.dashboard' do
write 'enabled-state', 1
Expand Down

0 comments on commit 17fd0c6

Please sign in to comment.