Skip to content

Instantly share code, notes, and snippets.

@sertraline
Created July 31, 2021 19:56
Show Gist options
  • Save sertraline/32ae717b2bd681b542bc9b52429892d4 to your computer and use it in GitHub Desktop.
Save sertraline/32ae717b2bd681b542bc9b52429892d4 to your computer and use it in GitHub Desktop.
Remove KDE taskbar shadows
for WID in $(xwininfo -root -tree | sed '/"Plasma": ("plasmashell" "plasmashell")/!d; s/^ *\([^ ]*\) .*/\1/g'); do
xprop -id $WID -remove _KDE_NET_WM_SHADOW
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment