- workspaces connprocedure
Convenience function to get the workspaces from i3.
See http://i3wm.org/docs/ipc.html#_workspaces_reply for the reply format.
- conn
- A connection to i3, created with (connect)
(define (workspaces conn) (cmd conn "" 1))
Convenience function to get the workspaces from i3.
See http://i3wm.org/docs/ipc.html#_workspaces_reply for the reply format.
(define (workspaces conn) (cmd conn "" 1))