diff options
author | fluxgen <fluxgen> | 2003-12-31 00:41:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-31 00:41:02 (GMT) |
commit | af45033e3da0c93138795c7099d48cd8d88a1e76 (patch) | |
tree | 08a742b679af5bb2861036fd94a8fe762ffc7522 /util | |
parent | 30bdeb1059cfd4b2c4c317eaa25e72a6052d2c9a (diff) | |
download | fluxbox-af45033e3da0c93138795c7099d48cd8d88a1e76.zip fluxbox-af45033e3da0c93138795c7099d48cd8d88a1e76.tar.bz2 |
date in copyright and added fluxbox command item
Diffstat (limited to 'util')
-rwxr-xr-x | util/fluxbox-generate_menu.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index f15c2fb..43161cf 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # generate_menu for Fluxbox | 3 | # generate_menu for Fluxbox |
4 | # | 4 | # |
5 | # Copyright (c) 2002 Han Boetes <han@mijncomputer.nl> | 5 | # Copyright (c) 2002-2004 Han Boetes <han@mijncomputer.nl> |
6 | # | 6 | # |
7 | # Permission is hereby granted, free of charge, to any person obtaining a | 7 | # Permission is hereby granted, free of charge, to any person obtaining a |
8 | # copy of this software and associated documentation files (the "Software"), | 8 | # copy of this software and associated documentation files (the "Software"), |
@@ -22,7 +22,7 @@ | |||
22 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | # DEALINGS IN THE SOFTWARE. | 23 | # DEALINGS IN THE SOFTWARE. |
24 | # | 24 | # |
25 | # $Id: fluxbox-generate_menu.in,v 1.7 2003/12/29 14:05:16 fluxgen Exp $ | 25 | # $Id: fluxbox-generate_menu.in,v 1.8 2003/12/31 00:41:02 fluxgen Exp $ |
26 | 26 | ||
27 | # | 27 | # |
28 | # Portability notes: | 28 | # Portability notes: |
@@ -1071,6 +1071,7 @@ append_submenu "${FBSETTINGSMENU}" | |||
1071 | append_menu_end | 1071 | append_menu_end |
1072 | find_it xlock append "[exec] (Lock Screen) {xlock}" ||\ | 1072 | find_it xlock append "[exec] (Lock Screen) {xlock}" ||\ |
1073 | find_it xscreensaver-command append "[exec] (Lock Screen) {xscreensaver-command -lock}" | 1073 | find_it xscreensaver-command append "[exec] (Lock Screen) {xscreensaver-command -lock}" |
1074 | append "[commanddialog] (Fluxbox Command)" | ||
1074 | append "[reconfig] (${RELOADITEM})" | 1075 | append "[reconfig] (${RELOADITEM})" |
1075 | append "[restart] (${RESTARTITEM})" | 1076 | append "[restart] (${RESTARTITEM})" |
1076 | append "[nop] (---)" | 1077 | append "[nop] (---)" |