Persway - a simple sway ipc daemon

This is a small daemon that listens to sway events over an ipc socket. It sets the opacity of all non-focused windows to the configured value. It will also set the workspace name dynamically to the name of the focused application if workspace-renaming is enabled. If autolayout is enabled (see command line options below), it will also alternate between horizontal / vertical splits, sort of like AwesomeWM.

Default opacity is 0.78 but can be changed via a command line parameter:

``` persway 0.3.5 I am Persway. A friendly daemon.

I talk to the Sway Compositor and persuade it to do little evil things. Give me an option and see what it brings.

USAGE: persway [FLAGS] [OPTIONS]

FLAGS: -a, --autolayout Enable autolayout, alternating between horizontal and vertical somewhat reminiscent of the Awesome WM

-h, --help
        Prints help information

-V, --version
        Prints version information

-w, --workspace-renaming
        Enable automatic workspace renaming based on what is running in the workspace (eg. application name)

OPTIONS: -o, --opacity Set the level of opacity to give non-focused containers [default: 0.78] ```

Persway is released under the MIT license.