mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-02-05 02:40:58 +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