mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-08-24 06:44:19 +02: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()
|
||||
|
||||
workspaces, err := ipc.GetWorkspaces()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user