summaryrefslogtreecommitdiffstats
path: root/abs/core/keylaunch/example_rc
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2019-04-11 19:56:44 (GMT)
committerBritney Fransen <brfransen@gmail.com>2019-04-11 19:56:44 (GMT)
commit03321ffd314fd853bacbba41768932088488049d (patch)
tree0ba7e2f3f59787b99692db6dc54c6907113bad65 /abs/core/keylaunch/example_rc
parentcfb09c8f75295d1ba1257f442d4cae34c7ee991d (diff)
downloadlinhes_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_rc3
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
-