An open API service indexing awesome lists of open source software.

https://github.com/linkdd/wmfs-fifo

FIFO for WMFS2
https://github.com/linkdd/wmfs-fifo

Last synced: 9 months ago
JSON representation

FIFO for WMFS2

Awesome Lists containing this project

README

          

# Installation

```
$ make
# sudo make install
or
# sudo make install PREFIX=/usr/local
or
# sudo make install DESTDIR=~/.local/
```

# How to use

Be sure to run ``wmfs-fifo`` *before* any program which use it.

```
$ wmfs-fifo &
$ echo "spawn urxvtc" > /tmp/wmfs-$DISPLAY.fifo
```