diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..36ccc4d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# aty + +`aty` is a little c program that abstracts away the task of running +[alacritty](https://alacritty.org/) as a single server with all windows as +clients. it stands in for the `alacritty` binary and checks `/proc` to ensure +only one instance is running at a time, transparently converting further calls +to use `alacritty msg create-window` |