V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
JasonLaw
V2EX  ›  macOS

有没有简单的方法隐藏 command tab 时出现的 Finder?

  •  
  •   JasonLaw · 2020-10-31 12:49:39 +08:00 · 1187 次点击
    这是一个创建于 1292 天前的主题,其中的信息可能已经有所发展或是发生改变。
    3 条回复    2020-11-01 23:45:16 +08:00
    WillBC
        1
    WillBC  
       2020-11-01 10:36:13 +08:00   ❤️ 1
    在 Terminal 里执行

    defaults write com.apple.finder QuitMenuItem -bool true; killall Finder

    然后 Command + Q 退出 Finder


    预览图
    https://sm.ms/image/HGP1cW9IlT74LD3


    要恢复请执行
    defaults write com.apple.finder QuitMenuItem -bool false; killall Finder
    JasonLaw
        2
    JasonLaw  
    OP
       2020-11-01 14:58:50 +08:00
    @WillBC #1 谢谢你的回复,按照你所说的做了之后,的确可以隐藏 Finder,但是有一个小问题,我要点击两次 Finder 才会“真正”的打开 Finder 。
    WillBC
        3
    WillBC  
       2020-11-01 23:45:16 +08:00
    @JasonLaw 我这儿点一下就行了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1022 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 20:30 · PVG 04:30 · LAX 13:30 · JFK 16:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.