aboutsummaryrefslogtreecommitdiff
path: root/data/windowmenu.lua
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-25 18:28:55 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:33 (GMT)
commit5b34874db58bb3b9559564dc7f0906c0ccf947b4 (patch)
treeddbf00d1ee00ad2d2c3a10342cb831754a066eed /data/windowmenu.lua
parent68f133914a983233ba57e92bf6b0e5e525c1e19d (diff)
downloadfluxbox_paul-5b34874db58bb3b9559564dc7f0906c0ccf947b4.zip
fluxbox_paul-5b34874db58bb3b9559564dc7f0906c0ccf947b4.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/windowmenu.lua')
-rw-r--r--data/windowmenu.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/windowmenu.lua b/data/windowmenu.lua
new file mode 100644
index 0000000..fd779f6
--- /dev/null
+++ b/data/windowmenu.lua
@@ -0,0 +1,17 @@
1return {
2 type = "menu";
3
4 { type = "shade" };
5 { type = "stick" };
6 { type = "maximize" };
7 { type = "iconify" };
8 { type = "raise" };
9 { type = "lower" };
10 { type = "settitledialog" };
11 { type = "sendto" };
12 { type = "layer" };
13 { type = "alpha" };
14 { type = "extramenus" };
15 { type = "separator" };
16 { type = "close" };
17}