mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Implement opacity command
This commit is contained in:
parent
f2153f3f28
commit
fc9398a42e
8 changed files with 68 additions and 16 deletions
|
|
@ -83,6 +83,8 @@ struct sway_container {
|
|||
|
||||
list_t *marks; // list of char*
|
||||
|
||||
float alpha;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
// Raised after the tree updates, but before arrange_windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue