2008/11/21

Tweak

Leopard を使っていてちょっと便利な小技

  1. iTunes 8 から表示される様になった曲の右側の iTunes Store へのリンク矢印を表示させない
  2. $ defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
    
  3. iTunes 8 のブラウザ表示時にジャンルを表示させない
  4. $ defaults write com.apple.iTunes show-genre-when-browsing  -bool FALSE
    
  5. Spaces が自動で切り替わるのを防止する
  6. $ defaults write com.apple.dock workspaces-auto-swoosh -bool NO
    
  7. ドラッグで Spaces を移動する際の待ち時間を設定する
  8. $ defaults write com.apple.dock workspaces-edge-delay -float 0.5
    
  9. HelpViewer のウィンドウをフローティングではなくする
    ヘルプが最前面にこなくなるので便利
  10. $ defaults write com.apple.helpviewer NormalWindow -bool YES 
    
  11. ネットワークドライブに .DS_Dtore を作成しない
  12. $ defaults write com.apple.desktopservices DSDontWriteNetworkStores true 
    
  13. X11 の終了確認ダイアログを無効にする
  14. $ defaults write org.x.x11 no_quit_alert false
    
  15. Mail.spp で添付ファイルのインライン表示を無効にする
  16. $ defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes
    
  17. Front Row の iTunes トップソングの国を指定する

    代表的な国コード

    111111 デフォルト (アメリカ)
    143442 フランス
    143443 ドイツ
    143444 イギリス
    143447 フィンランド
    143449 アイルランド
    143460 オーストラリア
    143461 ニュージーランド
    143462 日本

  18. $ defaults write com.apple.frontrow MusicStoreFrontID 国コード
    
トラックバック
https://blog.bsdhack.org/index.cgi/Mac/20081121.trackback
コメント














メッセージ: Ready to post a comment.


Copyright © 2008-2020 Mitzyuki IMAIZUMI. All rights reserved.