Remove VLC from the menu bar
This commit is contained in:
parent
99f73fe86f
commit
31731745e0
7
roles/macos/tasks/apps/vlc.yml
Normal file
7
roles/macos/tasks/apps/vlc.yml
Normal 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
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
- include: apps/vlc.yml
|
||||||
- include: dock.yml
|
- include: dock.yml
|
||||||
- include: finder.yml
|
- include: finder.yml
|
||||||
- include: keyboard.yml
|
- include: keyboard.yml
|
||||||
|
|
Loading…
Reference in a new issue