Documentation ¶
Index ¶
- Variables
- func AddWindowToGroup(id int, group int) error
- func BeginMouseMoveFromPointer() error
- func BeginMouseResizeFromPointer() error
- func CycleWin()
- func CycleWinEnd()
- func CycleWinRev()
- func GetWindowById(id int) (*window.Window, error)
- func GetWindowGeometry(id int) (xrect.Rect, error)
- func GetWindowGroups(id int) ([]uint, error)
- func GetWindowScreenGeometry(id int) (xrect.Rect, error)
- func GetWindowScreenGeometryStruts(id int) (xrect.Rect, error)
- func HideGroup(group int)
- func Initialize(x *xgbutil.XUtil, replace bool) error
- func ManageExistingClients() error
- func MoveResizeWindow(id int, x, y, width, height int) error
- func MoveWindow(id int, x, y int) error
- func RemoveWindowFromGroup(id int, group int) error
- func Run()
- func SetGroupForWindow(id int, group int) error
- func SetMoveDragShortcut(s string) error
- func SetResizeDragShortcut(s string) error
- func SetupRoot() error
- func ShowGroup(group int)
- func ShowGroupInfo(win *window.Window)
- func ShowGroupOnly(group int)
- func Shutdown()
- func ToggleGroupVisibility(group int)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AddWindowToGroup ¶
func BeginMouseMoveFromPointer ¶
func BeginMouseMoveFromPointer() error
func BeginMouseResizeFromPointer ¶
func BeginMouseResizeFromPointer() error
func CycleWinEnd ¶
func CycleWinEnd()
func CycleWinRev ¶
func CycleWinRev()
func GetWindowGroups ¶
func Initialize ¶
Take wm ownership and initialize variables
func ManageExistingClients ¶
func ManageExistingClients() error
func MoveResizeWindow ¶
func MoveWindow ¶
func RemoveWindowFromGroup ¶
func SetGroupForWindow ¶
func SetMoveDragShortcut ¶
func SetResizeDragShortcut ¶
func ShowGroupInfo ¶
func ShowGroupOnly ¶
func ShowGroupOnly(group int)
func ToggleGroupVisibility ¶
func ToggleGroupVisibility(group int)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.