From ddcdea0e2d89e76b76445cdd38c18ebfdc62edcb Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 15 Feb 2021 09:00:58 +0100 Subject: [PATCH] Open apps in specific profile --- .local/share/applications/meet.desktop | 2 +- .local/share/applications/plex.desktop | 2 +- .local/share/applications/youtube-music.desktop | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .local/share/applications/youtube-music.desktop diff --git a/.local/share/applications/meet.desktop b/.local/share/applications/meet.desktop index de11eb9..bb8470d 100644 --- a/.local/share/applications/meet.desktop +++ b/.local/share/applications/meet.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=Google Meet StartupWMClass=meet.google.com -Exec=/usr/bin/google-chrome-stable --app=https://meet.google.com +Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 1' --app=https://meet.google.com Terminal=false Icon=google-chrome Type=Application diff --git a/.local/share/applications/plex.desktop b/.local/share/applications/plex.desktop index 867ebe5..39fa9aa 100644 --- a/.local/share/applications/plex.desktop +++ b/.local/share/applications/plex.desktop @@ -2,7 +2,7 @@ Version=1.0 Name=plex StartupWMClass=plex -Exec=/usr/bin/google-chrome-stable --app=https://plex.aarn.shelman.io +Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 2' --app=https://plex.aarn.shelman.io Terminal=false Icon=google-chrome Type=Application diff --git a/.local/share/applications/youtube-music.desktop b/.local/share/applications/youtube-music.desktop new file mode 100644 index 0000000..5b622d3 --- /dev/null +++ b/.local/share/applications/youtube-music.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=YouTube Music +StartupWMClass=youtube-music +Exec=/usr/bin/google-chrome-stable --profile-directory='Profile 2' --app=https://music.youtube.com +Terminal=false +Icon=google-chrome +Type=Application +Categories=Audio;