Created
April 2, 2020 14:20
-
-
Save piegamesde/947da05e449ba9eed9526a60dba47148 to your computer and use it in GitHub Desktop.
Create a secondary chromium instance to keep all your messengers separate.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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