aboutsummaryrefslogtreecommitdiff
path: root/brightness
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-05 22:21:59 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-05 22:21:59 +0200
commite6f19ed63979844ea259f69b8ab0702586a69d68 (patch)
tree58ed76c5f2f1703fff26ed08bc0f3fa7d5d5831f /brightness
parent8f1bad5de975e24e641ff7a18a665f8a6cd48774 (diff)
downloadscripts-e6f19ed63979844ea259f69b8ab0702586a69d68.tar.gz
scripts-e6f19ed63979844ea259f69b8ab0702586a69d68.zip
Added comments for ksh completion
Diffstat (limited to 'brightness')
-rwxr-xr-xbrightness4
1 files changed, 4 insertions, 0 deletions
diff --git a/brightness b/brightness
index b2ff43a..a7294fb 100755
--- a/brightness
+++ b/brightness
@@ -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"
8notify="herbe" 12notify="herbe"
9 13

Generated with cgit - Back to sebastiano.tronto.net