feat: Add support for on-demand window focus on wayland (#1215)

* feat: Add support for on-demand window focus on wayland

* fix: cargo fmt

* Update CHANGELOG.md with OnDemand focusable

* fix: add v0_6 feature to gtk-layer-shell in eww/cargo.toml
This commit is contained in:
GallowsDove
2024-12-27 00:44:06 +01:00
committed by GitHub
parent 95124ad274
commit 2c81b3fbc7
6 changed files with 52 additions and 19 deletions

View File

@@ -65,7 +65,7 @@
(defwindow data-structures
:monitor 0
:exclusive false
:focusable false
:focusable none
:geometry (geometry
:anchor "center"
)