Skip to content

Instantly share code, notes, and snippets.

@dervoeti
Created August 13, 2019 09:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dervoeti/d25e6befde2303296bfd6da3f0422176 to your computer and use it in GitHub Desktop.
Save dervoeti/d25e6befde2303296bfd6da3f0422176 to your computer and use it in GitHub Desktop.
Disable brackets on minimized windows in Xfce 4.14
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"}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment