diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-25 18:28:55 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-18 21:04:24 (GMT) |
commit | 69306982fbf1b66be52c3c784dedef1be77cd2d2 (patch) | |
tree | 8d0b5496375aeb2f70ea27a03ac21b815f7e0503 /data/init.lua.in | |
parent | f10cee52e7877d0f015580781d6894a5459390b4 (diff) | |
download | fluxbox_pavel-69306982fbf1b66be52c3c784dedef1be77cd2d2.zip fluxbox_pavel-69306982fbf1b66be52c3c784dedef1be77cd2d2.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 | ||