Skip to content

Instantly share code, notes, and snippets.

@miyaokamarina
Created February 26, 2019 12:09
Show Gist options
  • Select an option

  • Save miyaokamarina/7662a628f9d6eba3537912dd948db423 to your computer and use it in GitHub Desktop.

Select an option

Save miyaokamarina/7662a628f9d6eba3537912dd948db423 to your computer and use it in GitHub Desktop.
#!/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