add scripts to show and hide icons on the desktop
This commit is contained in:
parent
f2362b0f8f
commit
fac09e8991
2 changed files with 8 additions and 0 deletions
4
hide-icons
Executable file
4
hide-icons
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
defaults write com.apple.finder CreateDesktop false
|
||||||
|
killall Finder
|
||||||
4
show-icons
Executable file
4
show-icons
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
defaults write com.apple.finder CreateDesktop true
|
||||||
|
killall Finder
|
||||||
Loading…
Reference in a new issue