]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #2761 from mdirkse/next
authorIngo Bürk <admin@airblader.de>
Wed, 17 May 2017 08:39:42 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 08:39:42 +0000 (10:39 +0200)
[WIP] Change golang ipc lib reference to one that is maintained.

1  2 
docs/ipc

diff --combined docs/ipc
index 2e223801fd12f3ec19686f861e4b508b1fe9c51e,7268c2ed96d1b8e844f4faeadc73d37c979ac719..25961f78ec790c328e3bd0a62f305aa8923fe250
+++ b/docs/ipc
@@@ -264,7 -264,7 +264,7 @@@ rect (map):
     "y": 0,
     "width": 1280,
     "height": 1024
 -  },
 +  }
   }
  ]
  -------------------
@@@ -392,7 -392,7 +392,7 @@@ JSON dump
         "y": 0,
         "width": 1280,
         "height": 0
 -       },
 +       }
        },
  
        {
@@@ -861,7 -861,7 +861,7 @@@ C:
  C++::
        * https://github.com/drmgc/i3ipcpp
  Go::
-       * https://github.com/proxypoke/i3ipc
+       * https://github.com/mdirkse/i3ipc-go
  JavaScript::
        * https://github.com/acrisci/i3ipc-gjs
  Lua::