aboutsummaryrefslogtreecommitdiff
path: root/data/windowmenu.lua
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/windowmenu.lua
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/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}