purpose specific chromes
This commit is contained in:
parent
2bcd8b8958
commit
fa6ab6d17b
3 changed files with 33 additions and 0 deletions
11
.local/share/applications/google-chrome-beta-client.desktop
Normal file
11
.local/share/applications/google-chrome-beta-client.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Client Chrome
|
||||
StartupWMClass=Google-chrome-beta-client
|
||||
Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-client --class=Google-chrome-beta-client
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=google-chrome-beta
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
|
11
.local/share/applications/google-chrome-beta-private.desktop
Normal file
11
.local/share/applications/google-chrome-beta-private.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Private Chrome
|
||||
StartupWMClass=Google-chrome-beta-private
|
||||
Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-private --class=Google-chrome-beta-private
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=google-chrome-beta
|
||||
Type=Application
|
||||
Categories=Netprivate;WebBrowser;
|
||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
|
11
.local/share/applications/google-chrome-beta-work.desktop
Normal file
11
.local/share/applications/google-chrome-beta-work.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Work Chrome
|
||||
StartupWMClass=Google-chrome-beta-work
|
||||
Exec=/usr/bin/google-chrome-beta %U --user-data-dir=$HOME/.config/Google-chrome-beta-work --class=Google-chrome-beta-work
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Icon=google-chrome-beta
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
|
Loading…
Reference in a new issue