diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-25 18:28:55 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-25 19:09:54 (GMT) |
commit | 3231b398d8d80393f156b224ecbcf93fdaa611ba (patch) | |
tree | 6f5327f722aea3172a298107684de7d492635a69 /data/init.lua.in | |
parent | 101246502c17473ac809a6dc35dd2c0c0d197f23 (diff) | |
download | fluxbox_pavel-3231b398d8d80393f156b224ecbcf93fdaa611ba.zip fluxbox_pavel-3231b398d8d80393f156b224ecbcf93fdaa611ba.tar.bz2 |
Add a new default keys file and rename config files to foo.lua
hopefully, i have now updated all files that contain config file names.
Diffstat (limited to 'data/init.lua.in')
-rw-r--r-- | data/init.lua.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/init.lua.in b/data/init.lua.in new file mode 100644 index 0000000..0416593 --- /dev/null +++ b/data/init.lua.in | |||
@@ -0,0 +1,7 @@ | |||
1 | -- If you're looking for settings to configure, they won't be saved here until | ||
2 | -- you change something in the fluxbox configuration menu. | ||
3 | |||
4 | session.menuFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/menu.lua' | ||
5 | session.keyFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/keys.lua' | ||
6 | session.styleFile = '@default_style@' | ||
7 | session.configVersion = 14 | ||