Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for spacers in the dock role #81

Open
jbehrens94 opened this issue Sep 1, 2023 · 0 comments
Open

Support for spacers in the dock role #81

jbehrens94 opened this issue Sep 1, 2023 · 0 comments

Comments

@jbehrens94
Copy link

jbehrens94 commented Sep 1, 2023

dockutil supports inserting 3 different kinds of spacers into the Dock. It would be nice to expand the dock role to be able to define spacers as well.

Currently, a dockitems_persist.item[].path value is needed for a dock item to be added. A spacer obviously can't have a path, nor a name. I'd suggest the following example:

dockitems_persist:
  - name: ''
    path: ''
    pos: 1
  - spacer:
      pos: 2
      type: 'small' (optional, no need to repeat `spacer` for a spacer type. Types can be `small` and `flex`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant