From 5f922d630ed6c1d69269a85ab3d169a32960245d Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Thu, 2 Dec 2021 22:39:02 +0100 Subject: [PATCH] webapp: set window class to profile name --- misc/webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/webapp b/misc/webapp index 139fcdc..3dac600 100755 --- a/misc/webapp +++ b/misc/webapp @@ -11,4 +11,4 @@ profile_dir=${XDG_DATA_HOME:-$HOME/.local/share}/jails/webapp-$profile mkdir -p $profile_dir -exec firejail --private=$profile_dir chromium "$@" +exec firejail --private=$profile_dir chromium --restore-last-session=false --class=$profile "$@"