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
- Host: GitHub
- URL: https://github.com/linkdd/wmfs-fifo
- Owner: linkdd
- Created: 2012-05-09T13:16:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-09T13:16:48.000Z (about 14 years ago)
- Last Synced: 2025-04-08T22:46:48.976Z (about 1 year ago)
- Language: C
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```