Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dock ¶
type Dock struct {
Apps []string `yaml:"apps,omitempty"`
Others []Folder `yaml:"others,omitempty"`
Settings *DockSettings `yaml:"settings,omitempty"`
}
type DockSettings ¶
type DockSettings struct {
TileSize any `yaml:"tilesize"`
LargeSize any `yaml:"largesize"`
Magnification bool `yaml:"magnification"`
MinimizeToApplication bool `yaml:"minimize-to-application"`
AutoHide bool `yaml:"autohide"`
ShowRecents bool `yaml:"show-recents"`
SizeImmutable bool `yaml:"size-immutable"`
}
Click to show internal directories.
Click to hide internal directories.