mirror of
https://codeberg.org/scip/swayipc.git
synced 2025-12-17 04:21:02 +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()
|
||||
|
||||
workspaces, err := ipc.GetWorkspaces()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user