Skip to content

Commit

Permalink
Split the chromium switches on different lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareware committed Mar 10, 2020
1 parent e6ae2ca commit e2692db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/.xsession
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e2692db

Please sign in to comment.