From e2692db8555c8f1516c2fa6629798834c9423447 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 10 Mar 2020 18:15:41 +0200 Subject: [PATCH] Split the chromium switches on different lines. --- home/.xsession | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/.xsession b/home/.xsession index 73cda67..4fb810c 100755 --- a/home/.xsession +++ b/home/.xsession @@ -31,7 +31,11 @@ find .config/chromium/ -name "Last *" | xargs rm # Start and detach Chromium # http://peter.sh/experiments/chromium-command-line-switches/ # Note that under matchbox, starting in full-screen without a window size doesn't behave well when you try to exit full screen (see https://unix.stackexchange.com/q/273989) -chromium-browser --start-fullscreen --window-size=1920,1080 --disable-infobars & +chromium-browser \ + --start-fullscreen \ + --window-size=1920,1080 \ + --disable-infobars \ + & # Hide Chromium while it's starting/loading the page wid=`xdotool search --sync --onlyvisible --class chromium`