Open apps in specific profile
This commit is contained in:
parent
c5d47d0e9c
commit
ddcdea0e2d
3 changed files with 11 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=Google Meet
|
Name=Google Meet
|
||||||
StartupWMClass=meet.google.com
|
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
|
Terminal=false
|
||||||
Icon=google-chrome
|
Icon=google-chrome
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Name=plex
|
Name=plex
|
||||||
StartupWMClass=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
|
Terminal=false
|
||||||
Icon=google-chrome
|
Icon=google-chrome
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
9
.local/share/applications/youtube-music.desktop
Normal file
9
.local/share/applications/youtube-music.desktop
Normal file
|
@ -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;
|
Loading…
Reference in a new issue