feat: implement ydotool support for Linux with auto-paste functionality and add setup script

This commit is contained in:
jahruz67
2026-05-20 16:12:55 -07:00
parent 4131d77326
commit 9b08ed249a
8 changed files with 274 additions and 53 deletions
+1
View File
@@ -408,6 +408,7 @@ func (a *App) GetSettings() map[string]interface{} {
conf["linux_press_command"] = exePath + " --press"
}
conf["linux_press_mode"] = true
conf["linux_ydotool_status"] = linuxYdotoolStatus()
}
return conf
}