From bcff049e0dd22dc3e7d56bb4096a36d88d54fdd6 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Mon, 20 Jul 2020 16:36:14 +0200 Subject: [PATCH] use chromium for webapp script --- misc/webapp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/webapp b/misc/webapp index 8aead7a..0754449 100755 --- a/misc/webapp +++ b/misc/webapp @@ -4,9 +4,9 @@ source ${$(realpath "$0"):h:h}/lib/common.zsh profile="${0:t}" -depend firefox firejail +depend chromium firejail -mkdir -p $HOME/.jails/firefox-$profile +mkdir -p $HOME/.jails/chromium-$profile -exec firejail --private=$HOME/.jails/firefox-$profile \ - firefox --class $profile --no-remote "$@" +exec firejail --private=$HOME/.jails/chromium-$profile \ + chromium "$@"