Skip to content

Instantly share code, notes, and snippets.

@lifeofcoding
Created June 19, 2020 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeofcoding/d2fd58638228fda84c1902da12cbc88c to your computer and use it in GitHub Desktop.
Save lifeofcoding/d2fd58638228fda84c1902da12cbc88c to your computer and use it in GitHub Desktop.
Make App Window Transparent in Ubuntu 18.04, 18.10
sh -c 'xprop -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY $(printf 0x%x $((0xffffffff * 80 / 100)))'
Your mouse cursor will become cross-shaped, simply click on any window and it become 80% opacity.
https://tipsonubuntu.com/2018/11/12/make-app-window-transparent-ubuntu-18-04-18-10/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment