Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoFocusedContainer = errors.New("could not find a focused container") ErrNoFocusedWorkspace = errors.New("could not find a focused workspace") ErrContainerNotFound = errors.New("could not find container") ErrContainerNoWorkspace = errors.New("could not get workspace of container") )
Functions ¶
func GetFocusedCon ¶
func GetFocusedCon() (*i3.Node, error)
func GetFocusedWS ¶
func GetFocusedWS() (i3.NodeID, error)
func GetWorkspaceByCon ¶
func GetWorkspaceByCon(con i3.NodeID) (i3.NodeID, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.