diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-25 17:50:07 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-08-25 17:50:07 +0200 |
commit | ebbf7b632056979f1c8cd273bcbfd3570316818a (patch) | |
tree | d325747949622960c3108081dbb77acdb62286fa /ratpoison | |
parent | e2ab7d847f789bdc4395e0d56fdbd29a408df3b4 (diff) | |
download | dotfiles-ebbf7b632056979f1c8cd273bcbfd3570316818a.tar.gz dotfiles-ebbf7b632056979f1c8cd273bcbfd3570316818a.tar.bz2 dotfiles-ebbf7b632056979f1c8cd273bcbfd3570316818a.zip |
pentadactyl more ergonomic bindings
Diffstat (limited to 'ratpoison')
-rwxr-xr-x | ratpoison/volind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/volind b/ratpoison/volind index c562ef6..3444201 100755 --- a/ratpoison/volind +++ b/ratpoison/volind @@ -4,7 +4,7 @@ bottom=`echo $volm | awk '{print int($1 * 0.2 + 0.5)}'` top=$((20-$bottom)) if [[ "$volm" -eq "100" ]]; then - let volm=99 + let volm=M+ fi |