Yann Bertrand
Yann Bertrand
LGTM, thanks @thisisommore :)
Thanks a lot :) Fix #215
The fact that we need 2 commands to change this settings breaks the architecture of the project which assumed 1 command was always sufficient. I will adapt the project architecture...
Nice. Let me know if the command is not working, I'm not sure it is
Please note the killall commands force closes all opened sessions. I just did it on my computer, I couldn't reopen Firefox nor VSCode because "a session is still opened" 😅
Turns out there is no easy solution to refresh WindowServer programmatically. Usual solution seems not to use a default but AppleScript like this: ``` osascript -e 'tell application "System Events"...
Here is some deprecated commands: - `defaults write com.apple.dock no-glass -bool true && killall Dock` - *not working* - `defaults write com.apple.dashboard mcx-disabled -bool true` - *[Dashboard is dead](https://superuser.com/questions/1037212/is-there-a-way-to-re-enable-the-mac-os-x-dashboard)* -...
Nice 👍 are you planning to work on this one?
Adding the command to the [defaults.yml](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) file and maybe add a video as explained in the [main readme](https://github.com/yannbertrand/macos-defaults#add-a-command) 😉