diff options
| author | Paul Buetow (mars) <paul@buetow.org> | 2012-01-28 11:26:20 +0100 |
|---|---|---|
| committer | Paul Buetow (mars) <paul@buetow.org> | 2012-01-28 11:26:20 +0100 |
| commit | 60deac831ca8bee2d36be1588e82e018027125fd (patch) | |
| tree | d58b20ec51ae7728ed4da62fb77c4002edb47806 | |
| parent | e645fdbcf0bd3000ce7f7359b5675d439b461f27 (diff) | |
some help
| -rwxr-xr-x | loadbars | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -803,6 +803,18 @@ END mode => 6, type => 'i' }, + barwidth_hot_up => { + menupos => 5, + help => 'Increase bar width by barwidth / 2', + cmd => '0', + mode => 1, + }, + barwidth_hot_dn => { + menupos => 5, + help => 'Decrease bar width by barwidth / 2', + cmd => '9', + mode => 1, + }, cluster => { menupos => 6, |
