Documentation
¶
Index ¶
- Constants
- Variables
- func Find(plugins []config.Plugin, name string) (config.Plugin, error)
- type Application
- type Applications
- type Bind
- type Bookmarks
- type Calc
- type Commands
- type CustomCommands
- type Dmenu
- func (d *Dmenu) Append(in string)
- func (d *Dmenu) Cleanup()
- func (d *Dmenu) ClearEntries()
- func (d *Dmenu) Entries(term string) []*util.Entry
- func (d *Dmenu) General() *config.GeneralModule
- func (d *Dmenu) LineToEntry(in string) *util.Entry
- func (d *Dmenu) Refresh()
- func (d *Dmenu) Setup() bool
- func (d *Dmenu) SetupData()
- type EngineInfo
- type Finder
- type HyprlandKeybinds
- type Plugin
- type Runner
- type SSH
- type Switcher
- type Websearch
- type Window
- type Workable
- type XdphPicker
Constants ¶
View Source
const ApplicationsName = "applications"
Variables ¶
View Source
var ( ApplicationsWindowAddChan = make(chan string) ApplicationsWindowDeleteChan = make(chan string) )
View Source
var EntryChan chan *util.Entry
View Source
var TerminalApps = map[string]struct{}{}
Functions ¶
Types ¶
type Application ¶
type Applications ¶
func (*Applications) Cleanup ¶
func (a *Applications) Cleanup()
func (*Applications) General ¶
func (a *Applications) General() *config.GeneralModule
func (*Applications) Refresh ¶
func (a *Applications) Refresh()
func (*Applications) Setup ¶
func (a *Applications) Setup() bool
func (*Applications) SetupData ¶
func (a *Applications) SetupData()
func (*Applications) Watch ¶ added in v0.7.2
func (a *Applications) Watch()
type Bookmarks ¶ added in v0.10.0
type Bookmarks struct {
// contains filtered or unexported fields
}
func (*Bookmarks) General ¶ added in v0.10.0
func (bookmarks *Bookmarks) General() *config.GeneralModule
type Calc ¶ added in v0.7.0
type Calc struct {
// contains filtered or unexported fields
}
func (*Calc) General ¶ added in v0.7.0
func (c *Calc) General() *config.GeneralModule
type Commands ¶
type Commands struct {
// contains filtered or unexported fields
}
func (*Commands) General ¶
func (c *Commands) General() *config.GeneralModule
type CustomCommands ¶
type CustomCommands struct {
// contains filtered or unexported fields
}
func (CustomCommands) Cleanup ¶
func (c CustomCommands) Cleanup()
func (*CustomCommands) General ¶
func (c *CustomCommands) General() *config.GeneralModule
func (*CustomCommands) Refresh ¶
func (c *CustomCommands) Refresh()
func (*CustomCommands) Setup ¶
func (c *CustomCommands) Setup() bool
func (*CustomCommands) SetupData ¶
func (c *CustomCommands) SetupData()
type Dmenu ¶
type Dmenu struct {
// contains filtered or unexported fields
}
func (*Dmenu) ClearEntries ¶ added in v0.13.6
func (d *Dmenu) ClearEntries()
func (*Dmenu) General ¶
func (d *Dmenu) General() *config.GeneralModule
type EngineInfo ¶
type Finder ¶
type Finder struct {
MarkerColor string
// contains filtered or unexported fields
}
func (*Finder) General ¶
func (f *Finder) General() *config.GeneralModule
type HyprlandKeybinds ¶ added in v0.12.31
type HyprlandKeybinds struct {
// contains filtered or unexported fields
}
func (HyprlandKeybinds) Cleanup ¶ added in v0.12.31
func (HyprlandKeybinds) Cleanup()
func (HyprlandKeybinds) Entries ¶ added in v0.12.31
func (h HyprlandKeybinds) Entries(term string) (_ []*util.Entry)
func (HyprlandKeybinds) General ¶ added in v0.12.31
func (h HyprlandKeybinds) General() (_ *config.GeneralModule)
func (HyprlandKeybinds) Refresh ¶ added in v0.12.31
func (HyprlandKeybinds) Refresh()
func (*HyprlandKeybinds) Setup ¶ added in v0.12.31
func (h *HyprlandKeybinds) Setup() (_ bool)
func (*HyprlandKeybinds) SetupData ¶ added in v0.12.31
func (h *HyprlandKeybinds) SetupData()
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) General ¶
func (r *Runner) General() *config.GeneralModule
type SSH ¶
type SSH struct {
// contains filtered or unexported fields
}
func (*SSH) General ¶
func (s *SSH) General() *config.GeneralModule
type Switcher ¶
type Switcher struct {
// contains filtered or unexported fields
}
func (*Switcher) General ¶
func (s *Switcher) General() *config.GeneralModule
type Websearch ¶
type Websearch struct {
// contains filtered or unexported fields
}
func (*Websearch) General ¶
func (w *Websearch) General() *config.GeneralModule
type XdphPicker ¶ added in v0.11.4
type XdphPicker struct {
// contains filtered or unexported fields
}
func (*XdphPicker) Cleanup ¶ added in v0.11.4
func (x *XdphPicker) Cleanup()
func (*XdphPicker) Entries ¶ added in v0.11.4
func (x *XdphPicker) Entries(term string) []*util.Entry
func (*XdphPicker) General ¶ added in v0.11.4
func (x *XdphPicker) General() *config.GeneralModule
func (*XdphPicker) Refresh ¶ added in v0.11.4
func (x *XdphPicker) Refresh()
func (*XdphPicker) Setup ¶ added in v0.11.4
func (x *XdphPicker) Setup() bool
func (*XdphPicker) SetupData ¶ added in v0.11.4
func (x *XdphPicker) SetupData()
func (*XdphPicker) SpecialFunc ¶ added in v0.11.4
func (x *XdphPicker) SpecialFunc(args ...interface{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.