diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-11-14 22:47:02 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-11-14 22:47:02 -0500 |
commit | 1abe9fc2bbfc4eefcfea5224fcdb24503733d475 (patch) | |
tree | 13ea6b8de563f65f4460c517eec6f69604466336 /teledactyl | |
parent | 2518a3423fa464e533e3ed57a33fb825ed7683e9 (diff) | |
download | pentadactyl-1abe9fc2bbfc4eefcfea5224fcdb24503733d475.tar.gz |
Replace 'laststatus' with a 'guioptions' flag.
Diffstat (limited to 'teledactyl')
-rw-r--r-- | teledactyl/content/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teledactyl/content/config.js b/teledactyl/content/config.js index 0ddb016e..3aa4f198 100644 --- a/teledactyl/content/config.js +++ b/teledactyl/content/config.js @@ -51,7 +51,7 @@ const Config = Module("config", ConfigBase, { }, defaults: { - guioptions: "frb", + guioptions: "bfrs", showtabline: 1, titlestring: "Teledactyl" }, |