Remove VLC from the menu bar

This commit is contained in:
Oliver Davies 2020-01-15 00:13:30 +00:00
parent 99f73fe86f
commit 31731745e0
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
- name: Remove VLC from the menu bar
osx_defaults:
domain: org.videolan.vlc
key: 'NSStatusItem Visible statusBarItem'
type: bool
value: false

View file

@ -1,4 +1,5 @@
---
- include: apps/vlc.yml
- include: dock.yml
- include: finder.yml
- include: keyboard.yml