Skip to content

Instantly share code, notes, and snippets.

@pszypowicz
Created September 26, 2015 12:53
Show Gist options
  • Save pszypowicz/477f511f1ba44f2b241c to your computer and use it in GitHub Desktop.
Save pszypowicz/477f511f1ba44f2b241c to your computer and use it in GitHub Desktop.
This gist will fix grouping issue in chrome in gnome. This is one time operation and will survive chrome updates.
#!/bin/env sh
cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications
sed -i.bak '/^\[.*\]$/a StartupWMClass=Google-chrome-stable' ~/.local/share/applications/google-chrome.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment