aboutsummaryrefslogtreecommitdiff
path: root/data/init.in
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-03 15:39:59 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:21 (GMT)
commitbb550396f371d5354a5659c853bb4e6b46f8e913 (patch)
tree66b4c7e114616eef9a85fda101b2ca478a750c3c /data/init.in
parentd2fb2a43cb73c5806d1dae2c3d7b7065a0e3628c (diff)
downloadfluxbox_pavel-bb550396f371d5354a5659c853bb4e6b46f8e913.zip
fluxbox_pavel-bb550396f371d5354a5659c853bb4e6b46f8e913.tar.bz2
Lua version of default init and windowmenu files
since we do not have a default rootmenu file, I'll just attach a very minimal example here: return { type = "menu"; label = "Fluxbox default menu"; encoding = "UTF-8"; { type = "exec"; label = "xterm"; param = "xterm"; }; { type = "command"; label = "Reconfigure"; param = "reconfigure"; }; { type = "command"; label = "Restart"; param = "restart"; }; { type = "command"; label = "Exit"; param = "exit"; }; }
Diffstat (limited to 'data/init.in')
-rw-r--r--data/init.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/init.in b/data/init.in
index 60c5a52..e98d3b0 100644
--- a/data/init.in
+++ b/data/init.in
@@ -1,7 +1,7 @@
1! If you're looking for settings to configure, they won't be saved here until 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. 2-- you change something in the fluxbox configuration menu.
3 3
4session.menuFile: ~/.@pkgprefix@fluxbox@pkgsuffix@/menu 4session.menuFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/menu2'
5session.keyFile: ~/.@pkgprefix@fluxbox@pkgsuffix@/keys 5session.keyFile = '~/.@pkgprefix@fluxbox@pkgsuffix@/keys'
6session.styleFile: @default_style@ 6session.styleFile = '@default_style@'
7session.configVersion: 13 7session.configVersion = 14