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

Sorting in persistent-others #982

Open
nklmilojevic opened this issue Jun 22, 2024 · 1 comment
Open

Sorting in persistent-others #982

nklmilojevic opened this issue Jun 22, 2024 · 1 comment

Comments

@nklmilojevic
Copy link
Contributor

Is there a way to sort and set a content as fan/stack/whatever with nix-darwin? Each time I apply settings, it resets to defaults:

CleanShot 2024-06-22 at 12 05 32@2x

@nklmilojevic
Copy link
Contributor Author

For example, if I apply it manually like this it allow setting options:


defaults write com.apple.dock persistent-others -array '<dict>
    <key>tile-data</key>
    <dict>
        <key>arrangement</key>
        <integer>2</integer>
        <key>displayas</key>
        <integer>1</integer>
        <key>file-data</key>
        <dict>
            <key>_CFURLString</key>
            <string>file:///Users/nkl/Documents</string>
            <key>_CFURLStringType</key>
            <integer>15</integer>
        </dict>
        <key>file-type</key>
        <integer>2</integer>
        <key>showas</key>
        <integer>1</integer>
    </dict>
    <key>tile-type</key>
    <string>directory-tile</string>
</dict>'

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