diff options
Diffstat (limited to 'brightness')
| -rwxr-xr-x | brightness | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -4,6 +4,10 @@ | |||
| 4 | # Requires: xbacklight, a notification program such as herbe or notify-send | 4 | # Requires: xbacklight, a notification program such as herbe or notify-send |
| 5 | # Usage: brightness {inc|dec} n | 5 | # Usage: brightness {inc|dec} n |
| 6 | 6 | ||
| 7 | # ksh completion | ||
| 8 | # set -A complete_brightness_1 inc dec | ||
| 9 | # set -A complete_brightness_2 5 | ||
| 10 | |||
| 7 | #notify="notify-send" | 11 | #notify="notify-send" |
| 8 | notify="herbe" | 12 | notify="herbe" |
| 9 | 13 | ||
