Reset Desktop View Icon Size and Grid Spacing to Default in Mac OS











up vote
1
down vote

favorite












I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.



Can anyone help?










share|improve this question






















  • Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
    – harrymc
    Aug 2 '13 at 5:43















up vote
1
down vote

favorite












I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.



Can anyone help?










share|improve this question






















  • Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
    – harrymc
    Aug 2 '13 at 5:43













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.



Can anyone help?










share|improve this question













I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.



Can anyone help?







macos mac






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 6 '13 at 8:12









Kirk Ouimet

1,19062753




1,19062753












  • Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
    – harrymc
    Aug 2 '13 at 5:43


















  • Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
    – harrymc
    Aug 2 '13 at 5:43
















Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43




Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43










3 Answers
3






active

oldest

votes

















up vote
1
down vote



accepted
+50











  • Create a new admin user account

  • Log into it


  • Finder >View >Show View Options or CMD+J


The Default Grid Options can be found there. (Screenshot Included)



enter image description here






share|improve this answer




























    up vote
    1
    down vote













    A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:



    Finder Preferences



    ~/Library/Preferences/com.apple.finder.plist


    See



    Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing



    it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.



    Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:



    DesktopViewSettings -> IconViewSettings -> gridSpacing



    Extra



    For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.






    share|improve this answer




























      up vote
      0
      down vote













      The default icon size on macOS Mojave is 64 x 64 as shown by the screenshot below:



      macOS Mojave Default Desktop spacing



      The default grid spacing of 54 x 54 can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist using Xcode:



      Default grid spacing in com.apple.finder.plist






      share|improve this answer























      • I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
        – fixer1234
        Dec 4 at 7:51






      • 1




        @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
        – Jonathan Simcoe
        Dec 4 at 17:45










      • Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
        – fixer1234
        Dec 4 at 17:59






      • 1




        @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
        – Jonathan Simcoe
        Dec 4 at 21:30











      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f616220%2freset-desktop-view-icon-size-and-grid-spacing-to-default-in-mac-os%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote



      accepted
      +50











      • Create a new admin user account

      • Log into it


      • Finder >View >Show View Options or CMD+J


      The Default Grid Options can be found there. (Screenshot Included)



      enter image description here






      share|improve this answer

























        up vote
        1
        down vote



        accepted
        +50











        • Create a new admin user account

        • Log into it


        • Finder >View >Show View Options or CMD+J


        The Default Grid Options can be found there. (Screenshot Included)



        enter image description here






        share|improve this answer























          up vote
          1
          down vote



          accepted
          +50







          up vote
          1
          down vote



          accepted
          +50




          +50





          • Create a new admin user account

          • Log into it


          • Finder >View >Show View Options or CMD+J


          The Default Grid Options can be found there. (Screenshot Included)



          enter image description here






          share|improve this answer













          • Create a new admin user account

          • Log into it


          • Finder >View >Show View Options or CMD+J


          The Default Grid Options can be found there. (Screenshot Included)



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 3 '13 at 6:02









          Jash Jacob

          1768




          1768
























              up vote
              1
              down vote













              A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:



              Finder Preferences



              ~/Library/Preferences/com.apple.finder.plist


              See



              Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing



              it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.



              Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:



              DesktopViewSettings -> IconViewSettings -> gridSpacing



              Extra



              For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.






              share|improve this answer

























                up vote
                1
                down vote













                A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:



                Finder Preferences



                ~/Library/Preferences/com.apple.finder.plist


                See



                Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing



                it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.



                Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:



                DesktopViewSettings -> IconViewSettings -> gridSpacing



                Extra



                For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.






                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:



                  Finder Preferences



                  ~/Library/Preferences/com.apple.finder.plist


                  See



                  Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing



                  it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.



                  Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:



                  DesktopViewSettings -> IconViewSettings -> gridSpacing



                  Extra



                  For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.






                  share|improve this answer












                  A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:



                  Finder Preferences



                  ~/Library/Preferences/com.apple.finder.plist


                  See



                  Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing



                  it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.



                  Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:



                  DesktopViewSettings -> IconViewSettings -> gridSpacing



                  Extra



                  For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 6 at 15:39









                  William Cerniuk

                  1113




                  1113






















                      up vote
                      0
                      down vote













                      The default icon size on macOS Mojave is 64 x 64 as shown by the screenshot below:



                      macOS Mojave Default Desktop spacing



                      The default grid spacing of 54 x 54 can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist using Xcode:



                      Default grid spacing in com.apple.finder.plist






                      share|improve this answer























                      • I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                        – fixer1234
                        Dec 4 at 7:51






                      • 1




                        @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                        – Jonathan Simcoe
                        Dec 4 at 17:45










                      • Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                        – fixer1234
                        Dec 4 at 17:59






                      • 1




                        @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                        – Jonathan Simcoe
                        Dec 4 at 21:30















                      up vote
                      0
                      down vote













                      The default icon size on macOS Mojave is 64 x 64 as shown by the screenshot below:



                      macOS Mojave Default Desktop spacing



                      The default grid spacing of 54 x 54 can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist using Xcode:



                      Default grid spacing in com.apple.finder.plist






                      share|improve this answer























                      • I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                        – fixer1234
                        Dec 4 at 7:51






                      • 1




                        @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                        – Jonathan Simcoe
                        Dec 4 at 17:45










                      • Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                        – fixer1234
                        Dec 4 at 17:59






                      • 1




                        @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                        – Jonathan Simcoe
                        Dec 4 at 21:30













                      up vote
                      0
                      down vote










                      up vote
                      0
                      down vote









                      The default icon size on macOS Mojave is 64 x 64 as shown by the screenshot below:



                      macOS Mojave Default Desktop spacing



                      The default grid spacing of 54 x 54 can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist using Xcode:



                      Default grid spacing in com.apple.finder.plist






                      share|improve this answer














                      The default icon size on macOS Mojave is 64 x 64 as shown by the screenshot below:



                      macOS Mojave Default Desktop spacing



                      The default grid spacing of 54 x 54 can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist using Xcode:



                      Default grid spacing in com.apple.finder.plist







                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Dec 4 at 17:55









                      fixer1234

                      17.7k144581




                      17.7k144581










                      answered Dec 4 at 7:26









                      Jonathan Simcoe

                      12




                      12












                      • I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                        – fixer1234
                        Dec 4 at 7:51






                      • 1




                        @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                        – Jonathan Simcoe
                        Dec 4 at 17:45










                      • Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                        – fixer1234
                        Dec 4 at 17:59






                      • 1




                        @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                        – Jonathan Simcoe
                        Dec 4 at 21:30


















                      • I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                        – fixer1234
                        Dec 4 at 7:51






                      • 1




                        @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                        – Jonathan Simcoe
                        Dec 4 at 17:45










                      • Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                        – fixer1234
                        Dec 4 at 17:59






                      • 1




                        @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                        – Jonathan Simcoe
                        Dec 4 at 21:30
















                      I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                      – fixer1234
                      Dec 4 at 7:51




                      I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
                      – fixer1234
                      Dec 4 at 7:51




                      1




                      1




                      @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                      – Jonathan Simcoe
                      Dec 4 at 17:45




                      @fixer1234 I've adjusted the solution above to show the source file that shows the default gridSpacing.
                      – Jonathan Simcoe
                      Dec 4 at 17:45












                      Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                      – fixer1234
                      Dec 4 at 17:59




                      Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
                      – fixer1234
                      Dec 4 at 17:59




                      1




                      1




                      @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                      – Jonathan Simcoe
                      Dec 4 at 21:30




                      @fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
                      – Jonathan Simcoe
                      Dec 4 at 21:30


















                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f616220%2freset-desktop-view-icon-size-and-grid-spacing-to-default-in-mac-os%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕