Skip to content

Commit

Permalink
✨ Add dock static-only command
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisommore authored and yannbertrand committed Aug 16, 2022
1 parent d4f4c9f commit 2a08b77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,19 @@ categories:
name: com.apple.dock autohide
value: true
after: killall Dock
- key: static-only
domain: com.apple.dock
title: Active applications only
description: Only show opened apps in Dock.
param:
type: bool
examples:
- value: true
text: Only show active apps
- value: false
default: true
text: Hide inactive apps from the Dock
after: killall Dock

- folder: screenshots
name: Screenshots
Expand Down

0 comments on commit 2a08b77

Please sign in to comment.