mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-05 23:46:51 +08:00
Continue the implementation of trigger rules (ex scene rules)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package windowmanagerhandler
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func (wmh *WindowManagerHandler) initUsingWayland() error {
|
||||
return fmt.Errorf("support of Wayland is not implemented, yet")
|
||||
}
|
Reference in New Issue
Block a user