Created
July 31, 2021 19:56
-
-
Save sertraline/32ae717b2bd681b542bc9b52429892d4 to your computer and use it in GitHub Desktop.
Remove KDE taskbar shadows
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
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