Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bind ¶
type Bind struct {
Modmask Modmask `json:"modmask"`
Key string `json:"key"`
Arg string `json:"arg"`
Dispatcher string `json:"dispatcher"`
}
Bind represents a single bind key and its associated action.
type Binds ¶
type Binds []Bind
BindTable is a collection of Bind structs that can be formatted as a table.
func FetchBinds ¶
FetchBinds connects to the socket, sends "j/binds", reads the response, and returns it as Binds
Click to show internal directories.
Click to hide internal directories.