summaryrefslogtreecommitdiff
path: root/sway/commands/dim_inactive.c
AgeCommit message (Collapse)Author
2023-02-14Implement for_window support for dim_inactive (#109)famfo
* Implement for_window support for dim_inactive * Update file names, add check if the container is null, add docs * Fix typo * Update meson.build * Update commands.c * Update render.c * Update container.c * Update render.c * Update container.h
2022-12-07[Feature] Dim inactive windows (#66)Erik Reider