aboutsummaryrefslogtreecommitdiff
path: root/contrib/inactive-windows-transparency.py
AgeCommit message (Collapse)AuthorLines
2023-08-02Move contrib/ to separate repositorySimon Ser-69/+0
User-contributed scripts are being moved over to this repository: https://github.com/OctopusET/sway-contrib
2021-02-16Prevent inactive-windows-transparency.py to crash on lockscreenPierre-Albéric TROUPLIN-1/+6
2020-01-09Use transparency arg in the window focus eventJR Boyens-5/+5
2019-12-06Improve transparency scriptThorben Günther-17/+53
Transparency gets reset when the script is terminated. Added command line option to set transparency strength without changing the script. Added support for multiple displays.
2018-10-20A script to make inactive windows transparentKonstantin Kharlamov-0/+28
Sway has ability to apply transparency to arbitrary windows. This script wires up this functional to one of popular use-cases from i3+<compositor_name>. Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>