-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace xcb with i3ipc window_properties
This refactor uses my fork of i3ipc-rs, which includes a fix that makes i3ipc-rs return the correct window_properties, which includes class, instance, and name/title. This makes XCB no longer needed as a dependency, which in turn makes the encoding handling unneeded. Reason I use my own fork, instead of a PR is that the upstream i3ipc-rs lib hasn't been updated for a while, and there are a multitude of PR requests that goes unhandled, including a fix for my own issue. Will dispatch of my own fork if things get moving again. wip: use local i3ipc package wip wip: setup testing functions wip: get props wip: parse props Add log crate, use git source for i3ipc I did a quick fix for an issue with window_properties wip new filtering logic refactor: add proof of concept _get_title impl refactor: cleanup old code + deps wip: tests
- Loading branch information
Showing
6 changed files
with
77 additions
and
226 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.