mirror of
https://codeberg.org/scip/swayipc.git
synced 2025-12-16 20:20:56 +01:00
implemented everything else and added more examples and docs
This commit is contained in:
@@ -18,6 +18,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
defer ipc.Close()
|
||||
|
||||
marks, err := ipc.GetMarks()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user