Skip to content

Commit

Permalink
fixup! add wayfire 09
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Aug 24, 2024
1 parent d8054fa commit 07685f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-08-23-Wayfire-0-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For testing purposes, the `easeOutElastic` easing is also available. Feel free t

#### IPC

A lot of effort in this release went into improving the IPC socket support added in Wayfire 0.8.0. There are many new IPC methods available: managing headless outputs, setting configuration options, manipulating views, workspaces and workspace sets and getting notifications for various events. Of particular interest is the new [Python package on PyPi](https://pypi.org/project/wayfire/) which was started by @killown. The package which allows easier use of the IPC socket from user-made scripts. Check out the [examples](https://github.com/WayfireWM/pywayfire) in the GitHub repository. And in case Python is not your thing, you might be interested in projects like [DFL IPC](https://gitlab.com/desktop-frameworks/ipc) (C++/Qt), the work-in-progress [wayfire-rs](https://crates.io/crates/wayfire-rs) and the [wiki page](https://github.com/WayfireWM/wayfire/wiki/IPC-for-developers) documenting the IPC socket that Wayfire provides.
A lot of effort in this release went into improving the IPC socket support added in Wayfire 0.8.0. There are many new IPC methods available: managing headless outputs, setting configuration options, manipulating views, workspaces and workspace sets and getting notifications for various events. Of particular interest is the new [Python package on PyPi](https://pypi.org/project/wayfire/) which was started by @killown. The package which allows easier use of the IPC socket from user-made scripts. Check out the [examples in `scripts/`](https://github.com/WayfireWM/pywayfire) in the GitHub repository. And in case Python is not your thing, you might be interested in projects like [DFL IPC](https://gitlab.com/desktop-frameworks/ipc) (C++/Qt), the work-in-progress [wayfire-rs](https://crates.io/crates/wayfire-rs) and the [wiki page](https://github.com/WayfireWM/wayfire/wiki/IPC-for-developers) documenting the IPC socket that Wayfire provides.

#### CSS theming in wf-shell

Expand Down

0 comments on commit 07685f2

Please sign in to comment.