Created
February 26, 2019 12:09
-
-
Save miyaokamarina/7662a628f9d6eba3537912dd948db423 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| while true; do | |
| sleep 0.5 | |
| xprop \ | |
| -id "`xprop -root _NET_ACTIVE_WINDOW | cut -d ' ' -f 5`" \ | |
| -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c \ | |
| -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment