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>2011-11-01 09:57:24 (GMT)
commit400ca5f8196c0b3af0479c06d202b04aa6f010d5 (patch)
tree36bc510a36b807d807a91dc888b9892efe1695bb /data/init.lua.in
parentc7f7f15dd22d2651cdc542a5560b60e0d2938043 (diff)
downloadfluxbox_pavel-400ca5f8196c0b3af0479c06d202b04aa6f010d5.zip
fluxbox_pavel-400ca5f8196c0b3af0479c06d202b04aa6f010d5.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