Skip to content

Instantly share code, notes, and snippets.

@piegamesde
Created April 2, 2020 14:20
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 piegamesde/947da05e449ba9eed9526a60dba47148 to your computer and use it in GitHub Desktop.
Save piegamesde/947da05e449ba9eed9526a60dba47148 to your computer and use it in GitHub Desktop.
Create a secondary chromium instance to keep all your messengers separate.
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=DNC
StartupWMClass=dnc
GenericName=Definitely not chrome
Comment=All your messages
Exec=bash -c '/bin/chromium --class="dnc" --user-data-dir="$HOME/.config/chromium-not"'
StartupNotify=true
Terminal=false
Icon=rambox
Type=Application
Categories=Network;InstantMessaging;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment