Skip to content

Instantly share code, notes, and snippets.

@EliverLara
Created February 27, 2020 22:58
Show Gist options
  • Save EliverLara/c9c464b9180095a1e4eeb594ce213206 to your computer and use it in GitHub Desktop.
Save EliverLara/c9c464b9180095a1e4eeb594ce213206 to your computer and use it in GitHub Desktop.
Blurry kde
(begin
(spawn_async (str "xprop -id " (window_xid) " -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 "))
(spawn_async (str "xprop -id " (window_xid) " -f _NET_WM_WINDOW_OPACITY 32c -set _NET_WM_WINDOW_OPACITY 0xdfffffff"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment