ignore desktop icons on macos
This commit is contained in:
parent
0fc410d91c
commit
6a5e778871
1 changed files with 2 additions and 3 deletions
|
|
@ -54,7 +54,6 @@
|
||||||
"/Applications/KeePassXC.app"
|
"/Applications/KeePassXC.app"
|
||||||
];
|
];
|
||||||
persistent-others = [
|
persistent-others = [
|
||||||
"/Users/yanlin/Desktop"
|
|
||||||
"/Users/yanlin/Downloads"
|
"/Users/yanlin/Downloads"
|
||||||
]; # List of folders/files to keep in dock
|
]; # List of folders/files to keep in dock
|
||||||
|
|
||||||
|
|
@ -72,7 +71,7 @@
|
||||||
finder = {
|
finder = {
|
||||||
AppleShowAllExtensions = true; # Show all file extensions
|
AppleShowAllExtensions = true; # Show all file extensions
|
||||||
AppleShowAllFiles = false; # Show hidden files
|
AppleShowAllFiles = false; # Show hidden files
|
||||||
CreateDesktop = true; # Show icons on desktop
|
CreateDesktop = false; # Show icons on desktop
|
||||||
FXEnableExtensionChangeWarning = false; # Warn when changing file extension
|
FXEnableExtensionChangeWarning = false; # Warn when changing file extension
|
||||||
FXPreferredViewStyle = "Nlsv"; # Default view: "icnv"=Icon, "Nlsv"=List, "clmv"=Column, "glyv"=Gallery
|
FXPreferredViewStyle = "Nlsv"; # Default view: "icnv"=Icon, "Nlsv"=List, "clmv"=Column, "glyv"=Gallery
|
||||||
QuitMenuItem = false; # Allow quitting Finder with ⌘Q
|
QuitMenuItem = false; # Allow quitting Finder with ⌘Q
|
||||||
|
|
@ -109,7 +108,7 @@
|
||||||
|
|
||||||
screencapture = {
|
screencapture = {
|
||||||
disable-shadow = false; # Disable shadow in screenshots
|
disable-shadow = false; # Disable shadow in screenshots
|
||||||
location = "~/Desktop"; # Default save location
|
location = "~/Downloads"; # Default save location
|
||||||
type = "png"; # Screenshot format: png, jpg, pdf, etc.
|
type = "png"; # Screenshot format: png, jpg, pdf, etc.
|
||||||
show-thumbnail = true; # Show thumbnail after taking screenshot
|
show-thumbnail = true; # Show thumbnail after taking screenshot
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue