aboutsummaryrefslogtreecommitdiffstats
path: root/menu
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-04-02 09:56:04 +0000
committerOlivier Blin <oblin@mandriva.com>2007-04-02 09:56:04 +0000
commit3a7e5a230c466c30a03e1dbb488885072d4e7c65 (patch)
tree874bbfdc995cdc557babbabe041412d036839aee /menu
parent7bb7ade6735772d78d18e10835425c5ac4da6e8e (diff)
downloadcommon-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar
common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.gz
common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.bz2
common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.tar.xz
common-data-3a7e5a230c466c30a03e1dbb488885072d4e7c65.zip
use fbrun for fluxbox (#30076)V2007_1_10mdv
Diffstat (limited to 'menu')
-rwxr-xr-xmenu/xdg_menu3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu/xdg_menu b/menu/xdg_menu
index 470e3ae..453753c 100755
--- a/menu/xdg_menu
+++ b/menu/xdg_menu
@@ -1497,6 +1497,7 @@ sub output_blackbox_menu ($;$)
my ($menu, $indent) = @_;
my $output = '';
+ my $run = $format eq 'fluxbox' ? 'fbrun -nearmouse' : 'bbrun -a -w';
$output .= "[begin] (Menu)\n";
$output .= output_blackbox_inner_menu ($menu, $indent);
@@ -1514,7 +1515,7 @@ sub output_blackbox_menu ($;$)
[stylesdir] (~/.openbox/styles)
[end]
[separator]
- [exec] (Run Command) {bbrun -a -w}
+ [exec] (Run Command) {' . $run . '}
[exec] (Lock Screen) {xlock}
[restart] (Restart) {}
[exit] (Logout)