From 8cdfd4a819bc3e29ff335f3ca57fda7ca2db1246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Thu, 28 Nov 2024 14:12:17 +0100 Subject: [PATCH] [mac] disable disk ejected message' --- .DS_Store | Bin 0 -> 6148 bytes scripts/mac.sh | 1 + 2 files changed, 1 insertion(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3fe5e3b5b181401c6c23ebfacf29ffbc744be10e GIT binary patch literal 6148 zcmeHKJxc>Y5Ph3OjA)V4@<7Bcn9}YHu@_PYBnd_#@q&r9*V*_Z>?DxF%737UouyzW z_y=q(eY3m7y?j^(kr~*1d-Jg~`!3vO0GR4Uy8@H|6gdQQYn(6+q;;%9w@2-F{Iyl8J^ZrKnpP{Xn)N0Lc(xk4~D3!lrL z7~e1yD>z1iGYl~ZGv}W!ud~)L_sibL`}pcXatHCfb%#1D1ImChFkwKx z4-to8>@js{KOLNG3qUMTZG~&;B_t;D7<)_|(n2vVl;}c@Z!wGur#|w2vB%V*3y1N| zhw+(>?@)}*&iy0n4ih`nSs73UvJB+iV@dA+gT?)SHb|e80cGG{F<=U{dacSM`MY)I waB|m197h}?;+Hy{gm7W6V*1KeyvbpO`bZYU*kkID8jAiAur%nT3@nv_Z(zS|fdBvi literal 0 HcmV?d00001 diff --git a/scripts/mac.sh b/scripts/mac.sh index 8f25071..9be08a3 100755 --- a/scripts/mac.sh +++ b/scripts/mac.sh @@ -23,6 +23,7 @@ configure_macos() { defaults write -g KeyRepeat -int 1 defaults write com.apple.Dock autohide-delay -float 0; killall Dock defaults write -g com.apple.mouse.scaling -integer -1 + sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification -bool YES && sudo pkill diskarbitrationd }