Skip to content

Instantly share code, notes, and snippets.

@drewsberry
Last active August 29, 2015 14:20
Show Gist options
  • Save drewsberry/1f76acfc2342d57c323f to your computer and use it in GitHub Desktop.
Save drewsberry/1f76acfc2342d57c323f to your computer and use it in GitHub Desktop.
Docky fix Chrome icon
sudo sed -i '/Group\]\|Desktop Entry/a StartupWMClass=Google-chrome-stable' /usr/share/applications/google-chrome.desktop && \
rm ~/.cache/docky/docky.desktop.*.cache && \
killall docky && \
docky &> /dev/null && \
disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment