diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:56:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:56:44 (GMT) |
commit | 03321ffd314fd853bacbba41768932088488049d (patch) | |
tree | 0ba7e2f3f59787b99692db6dc54c6907113bad65 /abs/core/keylaunch/example_rc | |
parent | cfb09c8f75295d1ba1257f442d4cae34c7ee991d (diff) | |
download | linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.zip linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.tar.gz linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.tar.bz2 |
keylaunch: add --start-maximized to launch chrome
Diffstat (limited to 'abs/core/keylaunch/example_rc')
-rw-r--r-- | abs/core/keylaunch/example_rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc index 8d409df..e80c920 100644 --- a/abs/core/keylaunch/example_rc +++ b/abs/core/keylaunch/example_rc @@ -16,10 +16,9 @@ key=.**u:/usr/LH/bin/unclutter-toggle.sh key=..*h:/usr/MythVantage/bin/mythinstall -H key=..*m:/usr/LH/bin/mythfrontend-start key=..*f:sudo sv restart frontend -key=..*w:/usr/bin/google-chrome --no-first-run||msg_client.py --msg "Chrome is not installed." +key=..*w:/usr/bin/google-chrome --no-first-run --start-maximized ||msg_client.py --msg "Chrome is not installed." key=..*1:/usr/LH/bin/lh_backend_control.sh start key=..*2:/usr/LH/bin/lh_backend_control.sh stop key=..*3:/usr/LH/bin/lh_backend_control.sh restart - |