# x11opacitytool **Repository Path**: mechanism/x11opacitytool ## Basic Information - **Project Name**: x11opacitytool - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## what is this ? this is a set x11 window opacity tool using qt5 #### (Contact author) send emails liuminghang0821@gmail.com #### Linux build-dep sudo apt install qt5-qmake qtbase5-dev qttools5-dev-tools libxcb-ewmh-dev libqt5x11extras5-dev libx11-xcb-dev sudo apt install pkg-config, dpkg-dev #### Linux build mkdir build cd build qmake .. make make install # debian build dpkg-buildpackage -b -us -uc # csdn https://blog.csdn.net/qq_43081702/article/details/115678100