5 quick tips to STREAMLINE your MacOS EXPERIENCE

Поделиться
HTML-код
  • Опубликовано: 26 июн 2024
  • Improve your MacOS experience in under 10 minutes. Remove Dock clutter, refine the behaviour of Finder and fix a major annoyance with your keyboard.
    COMMANDS
    ===========
    * Show Path in Finder:
    - defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
    * Sort folders first in Finder
    - defaults write com.apple.finder _FXSortFoldersFirst -bool true; killall Finder
    * Always show scroll bars
    - defaults write NSGlobalDomain AppleShowScrollBars -string "Always"; killall Finder
    * Show only active apps on the Dock
    - defaults write com.apple.dock static-only -bool true; killall Dock
    * Single App Mode
    - defaults write com.apple.dock single-app -bool true; killall Dock
    * Enable Key Repeat
    - defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
    I show two options, one using Fluid App (fluidapp.com/) and the other using Coherence X (www.bzgapps.com/coherence).
    As mentioned in the vide, you can get Coherence X as part of a Setapp subscription (setapp.com/).
    #macos #protips #tutorial
    GEAR
    =====
    iFixit Precision Bit Set: geni.us/8bh5so
    Camera: geni.us/Rbtab
    Microphone: geni.us/O33Li
    Audio interface: geni.us/eIov
    Laptop: geni.us/BZoek0
    Main Monitor: geni.us/k0DpoA
    Second Monitor: geni.us/ydjX
    iPad: geni.us/H0qJ
    iPad Keyboard: geni.us/8uBg
    AFFILIATE LINKS
    ==============
    Tech Craft is a participant in the Amazon EU Associates Programme, an affiliate advertising programme designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.co.uk
  • НаукаНаука

Комментарии • 41

  • @aquaman_to
    @aquaman_to 2 года назад +3

    Didn’t realize you were posting again, welcome back!

  • @gerion1980
    @gerion1980 2 года назад

    Once again really great input - very helpful. Looking forward to more of these! 🙂

  • @santino521
    @santino521 2 года назад

    So useful! Thanks for all the hard work!

  • @mannas46
    @mannas46 2 года назад

    welcome back. keep the excellent content coming - ive missed it while youve been gone

  • @BrianJones-wk8cx
    @BrianJones-wk8cx Год назад

    Brilliant! I love the tip about stripping the dock down to just what’s running. In tandem with a tiling window manager, that feels like the best way to put focus and efficiency first (at least in my workflow). Thank you for your work!

  • @stahmedpendragonguinevere2711
    @stahmedpendragonguinevere2711 2 года назад

    Brilliant stuff matey thank you!

  • @citizencane3492
    @citizencane3492 2 года назад

    Glad you are back. The timing of your posting cessation with the beginning of the pandemic was concerning but, again, glad you are back. Thanks

    • @tech_craft
      @tech_craft  2 года назад

      Thank you! I'm glad to be back!

  • @devsbookclub
    @devsbookclub Год назад

    sooo freakin good i love this thank you!

  • @techtipsuk
    @techtipsuk 2 года назад

    Loving your content mate, only just found your channel. Right up my street.

  • @darlakim5120
    @darlakim5120 2 года назад +1

    So helpful!!! I’m brand new into macOS so this is a perfectly timed video! I especially like how you show command-line commands to change the defaults (I’m a command-line kind of girl :-) ) Thanks again, and so good to have you back !

  • @madenluvdesign
    @madenluvdesign Год назад

    Thanks, fixes a few of my pains with Mac

  • @EttVenterPhoto
    @EttVenterPhoto 2 года назад +1

    Hey dude,
    Just want to say - I'm so glad you're back and making videos. I always loved your videos, so it's great to have you back at it!
    I love videos like this. Have you got a place where people can make suggestions for what you could make videos about? Or a list we could vote on?

    • @tech_craft
      @tech_craft  2 года назад

      Thanks! I don't have an official channel for receiving suggestions (althought I'm putting the finishing touches to my website and will add something there), but I keep track of anything that comes in on comments, Twitter or on the Community channel.

  • @manangoyal5026
    @manangoyal5026 Год назад

    The best I like about this video is that he came straight to the point. All the tips are helpful and help in increasing productivity. Looking forward to more such tips to be faster and pro at mac. As a suggestion, you can also add timestamps to the video.

  • @skurz007
    @skurz007 2 года назад

    Very helpful, thx!

  • @farzadmf
    @farzadmf 2 года назад

    THANK YOU for the long press one; it was killing me!!!

    • @tech_craft
      @tech_craft  2 года назад +1

      Incredibly frustrating that one. Not sure why it’s such an odd default.

    • @farzadmf
      @farzadmf 2 года назад

      Completely agree, I'm new Mac user and I had no idea that it can even be changed, and I was like "OK, that's how my life is going to be from now on"
      If you make maybe more Mac-beginner friendly, I'd personally appreciate a lot (I've been using for quite a few years)

  • @slippydouglas
    @slippydouglas Год назад +2

    When reverting defaults back to their original behavior, it’s safer and smarter to delete the setting with `defaults delete com.apple.dock static-only` than setting the opposite boolean value.
    The reason it’s safer & smarter is that it ensures the app or service (e.g. Dock) will default to its internal stock value for that setting, no exceptions. All macOS defaults are designed this way- you can delete your ~/Library/Preferences/ dir and all macOS-native apps will go back to fresh-install settings, and deleting a single default entry by-design resets it back to a fresh-install state. Also, some defaults aren’t booleans, they’re integers or strings, so the stock value may not be apparent.
    All of this is safer because extra settings in defaults/preference-plists can lead to system rot over years, as software is updated. There’s a lot of complicated reasons why, but a simple example is when macOS & apps are updated their behavior may change and the stock value may change, or even may change type (e.g. Apple could change static-only to be a string with values “forced”, “mixed”, and “none”). Also sometimes the setting becomes irrelevant with an update, but unfortunately not all of the code paths using that setting are fixed & tested fully, and any value could lead to buggy or crashing behavior. So again, if you delete that default setting outright, you’re putting the app in charge of that setting, either fully internally or sometimes the app will repopulate the value in defaults with what it wants.

  • @mauisam1
    @mauisam1 2 года назад

    Cool... Thanks.

  • @kristiansims
    @kristiansims 2 года назад +1

    For the tab switching, you could maybe use some utility to intercept the command+tab and emit command+tab plus a command+option+H (I think that’s hide others). Or just do the command option H yourself idk

  • @MrChungminhtu
    @MrChungminhtu Год назад

    hi @Tech Craft. Really love your chanel's content. But only one problem with me is your audio is not consistent in the volumn level. This video is very low in volumn, while other video is loud and clear. I am using Macbook Air M1 with no headphone. Pretty much this audio control a little bit more will make your chanel really shine. Good day!

  • @micleh
    @micleh 2 года назад +3

    Hi. I also hide the dock, but what drives me crazy is the delay. For one, the delay for the mouse to trigger the dock appearing and for another the animation delay for the dock to appear.
    I remedy both delays with the following commands:
    defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
    defaults write com.apple.dock autohide-delay -float 0; killall Dock
    Thanks again for this video and the productive content of your videos.

    • @tech_craft
      @tech_craft  2 года назад +1

      I toyed with including those two in the list. I have them on my work machine along with reduced motion set in accessibility to remove a ton of pointless animations. Great quality of life features for me.

  • @richardstrange8127
    @richardstrange8127 2 года назад

    I loved the videos you was doing on hoobs, would there be any chance you could cover how to correctly add Hubitat to hoobs or home bridge please or how to correctly add hoobs to the argon m.2 please I have been trying and failing in both of these subjects
    Also I heard that hoobs currently supports secure home video with HomeKit now that would be great to know too please

    • @tech_craft
      @tech_craft  2 года назад +1

      Just this morning I started filming a fresh series on Hoobs 4. I've completely refreshed my setup so going to update all the plugin videos.
      I do have an Argon so can certainly take a crack and getting Hoobs running on there. I don't have a Hubitat but I will see if I can get hold of one.

    • @richardstrange8127
      @richardstrange8127 2 года назад

      @@tech_craft your amazing dude 😃

    • @richardstrange8127
      @richardstrange8127 2 года назад

      @@tech_craft I worked it out, I am not sure exactly what I did to fix the Hubitat link with HOOBS , but I think it was to do with the Hubitat Package manager. I done a quick fix and link the apps saying there ok to use and I think that was it. Very please, now I have a zwave and zigbee mesh that is compatible with anything all in HomeKit

    • @richardstrange8127
      @richardstrange8127 2 года назад

      @@tech_craft I definitely need your help to get this right, it worked for a few hours lol, I don't know what to do now lol

  • @gerion1980
    @gerion1980 2 года назад

    As an add on - do you happen to know if there is a directory of all settings you can set with the defaults write command in the terminal?

    • @tech_craft
      @tech_craft  2 года назад +1

      This is the closest thing I've seen to a full guide: macos-defaults.com/

  • @dilldev
    @dilldev 2 года назад

    The full path in finder config is for the Intel Mac only. Is there a modification of _FXShowPosixPathInTitle for an Apple Silicon M1?

    • @tech_craft
      @tech_craft  2 года назад +1

      It works on my M1 MacBook Air on Monterey 12.2. Did you restart Finder?

  • @dazzlepool
    @dazzlepool 2 года назад

    The folders on top tweak only works in icon view. Can it make to work in list view?

    • @tech_craft
      @tech_craft  2 года назад

      That's odd - it works in both views for me.

  • @rc3ish
    @rc3ish 2 года назад

    i keep getting no matching process belonging to you were found. what does that mean?

    • @tech_craft
      @tech_craft  2 года назад

      Is this when running `killall`? Are you running as an admin user on your Mac?

  • @cmarano
    @cmarano 2 года назад

    If you want to only see one active app at a time why wouldn't you maximize both (all) your open apps then use Alt+Tab to switch? Also Workspaces.

    • @tech_craft
      @tech_craft  2 года назад

      I wanted a system that was consistent whether it was full screen or multiple windows open. I can get to that with Amethyst. I also use something similar on Linux so I can get the two to behave very similar making switching much easier

    • @cmarano
      @cmarano 2 года назад

      @@tech_craft Makes sense I do use Amethyst on all my Macs. Thanks for clarifying.