Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSActionExecutor ¶
type OSActionExecutor struct{}
func (*OSActionExecutor) Execute ¶
func (e *OSActionExecutor) Execute(cmdStr string) error
type WinInfoGnome ¶
type WinInfoGnome struct {
// contains filtered or unexported fields
}
WinInfoGnome implements WindowInfoGetter using GNOME Shell's D-Bus interface provided by https://extensions.gnome.org/extension/5592/focused-window-d-bus/
func NewWinInfoGnome ¶
func NewWinInfoGnome(dbusConn *dbus.Conn) *WinInfoGnome
func (*WinInfoGnome) GetActiveWindowInfo ¶
func (w *WinInfoGnome) GetActiveWindowInfo() (info domain.WindowInfo, err error)
Click to show internal directories.
Click to hide internal directories.