Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdhand/x11fs

A tool for manipulating X windows
https://github.com/sdhand/x11fs

c fuse fuse-filesystem xcb

Last synced: 10 days ago
JSON representation

A tool for manipulating X windows

Awesome Lists containing this project

README

        

x11fs X window virtual filesystem
=================================

*This is heavily based off wmutils. [Check them out](http://wmutils.io).*

x11fs is a tool for manipulating X windows.
It creates a vitual filesystem to represent open windows, similar to what /proc does for processes.
This allows windows to be controlled using any language or tool with simple file IO, in a true unix fashion.

Build
-----

After installing the relevant developement packages for fuse and xcb for your distro (on Ubuntu these are libxcb1-dev, libxcb-icccm4-dev and libfuse-dev), x11fs can be built using the make command.
Installation can be done by invoking make install.

Usage
-----

See the [wiki](https://github.com/sdhand/x11fs/wiki) for more information.
Or go [here](https://github.com/sdhand/x11fs/wiki/Example-Setup) for a simple example setup.

Contact
-------

Please join #x11fs on freenode if you have any questions or just want to talk about the project. Please be patient however, there are not many members of the channel so it may be inactive at times.

Thanks to
---------

[Luiz de Milon](https://github.com/kori) for helping to come up with the initial idea.
The creators of [wmutils](https://wmutils.io) for providing some inspiration, and some basic xcb code to study.