You are not logged in.
Hello!
As soon as I minimize a window it shows me brackets arount the icontext. How can I stop them appearing. Using this does not work as I do not have the files (but same problem):
https://www.reddit.com/r/linuxmint/comm … ndowtitle/
Thanks
Offline
I think that the brackets are there to remind you that the window is minimized.
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
Yes but I do not want them. Always confusing and it looks not so good.. How can I remove?
Last edited by XFCEUser123 (2016-06-19 08:36:58)
Offline
If you're using Xfce 4.14 then this should disable the brackets:
Offline
Hello and welcome, dervoeti, your solution works nicely here!
For the record, it's this command:
xfconf-query -c xfce4-panel -t bool -s false -n -p $(xfconf-query -l -c xfce4-panel -v | grep -P "^/plugins/plugin-\d+\s+tasklist$" | awk '{print $1"/label-decorations"}')
Change 'false' to 'true' to revert the change, nice!
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 524.2 KiB (Peak: 529.38 KiB) ]