aboutsummaryrefslogtreecommitdiff
path: root/data/init.lua.in
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-25 18:28:55 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:24 (GMT)
commit69306982fbf1b66be52c3c784dedef1be77cd2d2 (patch)
tree8d0b5496375aeb2f70ea27a03ac21b815f7e0503 /data/init.lua.in
parentf10cee52e7877d0f015580781d6894a5459390b4 (diff)
downloadfluxbox_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.in7
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
4session.menuFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/menu.lua'
5session.keyFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/keys.lua'
6session.styleFile = '@default_style@'
7session.configVersion = 14