mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
feat: implement ydotool support for Linux with auto-paste functionality and add setup script
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//go:build !linux
|
||||
|
||||
package main
|
||||
|
||||
func linuxYdotoolStatus() map[string]interface{} {
|
||||
return map[string]interface{}{
|
||||
"ready": false,
|
||||
"installed": false,
|
||||
"socket": false,
|
||||
"socket_path": "",
|
||||
"message": "ydotool is only used on Linux.",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user