From 21e44dc3b79c4b6874f97e72550f595af41d609a Mon Sep 17 00:00:00 2001 From: Settel Date: Mon, 28 Apr 2025 10:07:39 +0200 Subject: [PATCH] feat: run different profiles --- Makefile | 5 +++-- files/usr/local/bin/teams-pwa | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c05192b..4560722 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -VERSION=0.1 +VERSION=0.2 SHELL=/bin/bash +PROFILE=diva-e .PHONY: info @@ -21,7 +22,7 @@ run: -e DISPLAY=unix$$DISPLAY \ -e XAUTHORITY=/home/chromium/.Xauthority \ -v $$HOME/.Xauthority:/home/chromium/.Xauthority \ - -v /var/spool/teams-pwa/diva-e:/home/chromium/ \ + -v /var/spool/teams-pwa/$(PROFILE):/home/chromium/ \ -v $$HOME/various/downloads:/home/chromium/Downloads \ --device /dev/snd \ --device /dev/dri \ diff --git a/files/usr/local/bin/teams-pwa b/files/usr/local/bin/teams-pwa index 114018f..7b9318d 100755 --- a/files/usr/local/bin/teams-pwa +++ b/files/usr/local/bin/teams-pwa @@ -2,6 +2,6 @@ exec chromium \ --password-store=basic \ - --window-size=1000,600 \ + --window-size=1200,760 \ --app-id=cifhbcnohmdccbgoicgdjpfamggdegmo \ "$@"