diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 07:40:06 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-22 07:40:06 (GMT) |
commit | c4b9dafa151e33a91b0499c693d2e187d7375f33 (patch) | |
tree | 786d31173a537c396bb494e8a26a9bff7424b992 /abs/core-testing/fluxbox/keys | |
parent | 0d454d41b02cc67d48d3ec9ba53baa512165c878 (diff) | |
download | linhes_pkgbuild-c4b9dafa151e33a91b0499c693d2e187d7375f33.zip linhes_pkgbuild-c4b9dafa151e33a91b0499c693d2e187d7375f33.tar.gz linhes_pkgbuild-c4b9dafa151e33a91b0499c693d2e187d7375f33.tar.bz2 |
Changed shortcut to mythfrontend. In will now start mythfrontend and output logfile.
Diffstat (limited to 'abs/core-testing/fluxbox/keys')
-rw-r--r-- | abs/core-testing/fluxbox/keys | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core-testing/fluxbox/keys b/abs/core-testing/fluxbox/keys index bc5a148..bfaceaa 100644 --- a/abs/core-testing/fluxbox/keys +++ b/abs/core-testing/fluxbox/keys @@ -19,10 +19,9 @@ Mod1 F11 :Workspace 11 Mod1 F12 :Workspace 12 Mod1 x :ExecCommand xterm -fn *18* Mod1 s :ExecCommand sudo taskset -c 0 mythtv-setup -Mod1 m :ExecCommand mythfrontend +Mod1 m :ExecCommand mythfrontend --logfile /var/log/mythtv/mythfrontend.log Mod1 1 :ExecCommand sudo sv start mythbackend Mod1 2 :ExecCommand sudo sv stop mythbackend Mod1 3 :ExecCommand sudo sv restart mythbackend Mod1 h :ExecCommand MythVantage -h Mod1 Control u :ExecCommand killall -9 unclutter - |