Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HyprlandProvider ¶
type HyprlandProvider struct {
// contains filtered or unexported fields
}
func NewHyprlandProvider ¶
func NewHyprlandProvider(configPath string) *HyprlandProvider
func (*HyprlandProvider) GetCheatSheet ¶
func (h *HyprlandProvider) GetCheatSheet() (*keybinds.CheatSheet, error)
func (*HyprlandProvider) Name ¶
func (h *HyprlandProvider) Name() string
type JSONFileProvider ¶
type JSONFileProvider struct {
// contains filtered or unexported fields
}
func NewJSONFileProvider ¶
func NewJSONFileProvider(filePath string) (*JSONFileProvider, error)
func (*JSONFileProvider) GetCheatSheet ¶
func (j *JSONFileProvider) GetCheatSheet() (*keybinds.CheatSheet, error)
func (*JSONFileProvider) Name ¶
func (j *JSONFileProvider) Name() string
type MangoWCProvider ¶ added in v0.5.0
type MangoWCProvider struct {
// contains filtered or unexported fields
}
func NewMangoWCProvider ¶ added in v0.5.0
func NewMangoWCProvider(configPath string) *MangoWCProvider
func (*MangoWCProvider) GetCheatSheet ¶ added in v0.5.0
func (m *MangoWCProvider) GetCheatSheet() (*keybinds.CheatSheet, error)
func (*MangoWCProvider) Name ¶ added in v0.5.0
func (m *MangoWCProvider) Name() string
type SwayProvider ¶ added in v0.5.0
type SwayProvider struct {
// contains filtered or unexported fields
}
func NewSwayProvider ¶ added in v0.5.0
func NewSwayProvider(configPath string) *SwayProvider
func (*SwayProvider) GetCheatSheet ¶ added in v0.5.0
func (s *SwayProvider) GetCheatSheet() (*keybinds.CheatSheet, error)
func (*SwayProvider) Name ¶ added in v0.5.0
func (s *SwayProvider) Name() string
Click to show internal directories.
Click to hide internal directories.