Documentation
¶
Index ¶
- func IsTilingEligible(node *ipc.Node) bool
- func RegisterBlocks()
- type Autolay
- type EventMon
- func (em *EventMon) Init(client core.Client, sub core.Sub, opts *core.Options, log core.Logger, ...) error
- func (em *EventMon) Receive(args []string) error
- func (em *EventMon) SetLogLevel(level core.LogLevel)
- func (em *EventMon) Ticked(evt ipc.Tick)
- func (em *EventMon) WindowChanged(evt ipc.WindowChange)
- func (em *EventMon) WorkspaceChanged(evt ipc.WorkspaceChange)
- type ExecNew
- type InitSpawn
- type LayoutEngine
- type SwayMon
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTilingEligible ¶
func RegisterBlocks ¶
func RegisterBlocks()
Types ¶
type Autolay ¶
type Autolay struct {
core.BasicBlock
// contains filtered or unexported fields
}
func (*Autolay) SetLogLevel ¶
func (*Autolay) WindowChanged ¶
func (a *Autolay) WindowChanged(evt ipc.WindowChange)
type EventMon ¶
type EventMon struct {
core.BasicBlock
// contains filtered or unexported fields
}
func (*EventMon) SetLogLevel ¶
func (*EventMon) WindowChanged ¶
func (em *EventMon) WindowChanged(evt ipc.WindowChange)
func (*EventMon) WorkspaceChanged ¶
func (em *EventMon) WorkspaceChanged(evt ipc.WorkspaceChange)
type ExecNew ¶
type ExecNew struct {
// contains filtered or unexported fields
}
func (*ExecNew) SetLogLevel ¶
type InitSpawn ¶
type InitSpawn struct {
// contains filtered or unexported fields
}
func (*InitSpawn) SetLogLevel ¶
func (*InitSpawn) WorkspaceChanged ¶
func (i *InitSpawn) WorkspaceChanged(evt ipc.WorkspaceChange)
type LayoutEngine ¶
type LayoutEngine func(evt ipc.WindowChange, ws *ipc.Node) error
type SwayMon ¶
type SwayMon struct {
// contains filtered or unexported fields
}
func (*SwayMon) SetLogLevel ¶
func (*SwayMon) ShutdownChanged ¶
func (m *SwayMon) ShutdownChanged(evt ipc.ShutdownChange)
func (*SwayMon) WorkspaceChanged ¶
func (m *SwayMon) WorkspaceChanged(evt ipc.WorkspaceChange)
Click to show internal directories.
Click to hide internal directories.