Allow removal of taskbar panel shadow in Wayland?

2018-01-20 Thread thorbsd
Hi, I keep my taskbar panel on the left side of my screen and use a script at startup to hide the shadow: #!/bin/sh for WID in `xwininfo -root -tree | sed '/"Plasma": ("plasmashell" "plasmashell")/!d; s/^ *\([^ ]*\) .*/\1/g'`; do xprop -id $WID -remove _KDE_NET_WM_SHADOW done This doesn't wor

Allow removal of taskbbar panel shadow in Wayland?

2018-01-19 Thread thorbsd
Hi, I keep my taskbar panel on the left side of my screen and use a script at startup to hide the shadow: #!/bin/sh for WID in `xwininfo -root -tree | sed '/"Plasma": ("plasmashell" "plasmashell")/!d; s/^ *\([^ ]*\) .*/\1/g'`; do xprop -id $WID -remove _KDE_NET_WM_SHADOW done This doesn't wor