mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
This commit fixes issues with toggling on and off Monocle and Floating Window mode by ensuring that the relevant windows are always at the top of the Z order, and in the latter case, ensuring that the top visible window is used to search the local floating window state of the process. After some experimenting I seem to have been able to adjust to remove all of the invisible window borders by default, so if desired, a user can now have no gaps at all. Also upgraded to the latest version of the windows-rs crate since I saw it was available. Thankfully no breaking changes.
13 lines
257 B
TOML
13 lines
257 B
TOML
[package]
|
|
name = "bindings"
|
|
version = "0.1.0"
|
|
authors = ["Jade Iqbal"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
windows = "0.18"
|
|
|
|
[build-dependencies]
|
|
windows = "0.18" |