Set low-DPI explicitly as well as the high one
[khome.git] / home / bin / vol_inc
CommitLineData
187073f4
SK
1#! /bin/sh
2
3if [ "$1" != "" ]
4then
5 value="$1"
6else
7 value=5
8fi
9
10$HOME/bin/vol_set "+${value}%"
This page took 0.03632 seconds and 4 git commands to generate.