summaryrefslogtreecommitdiff
path: root/src/usr/share/man/man1/hwset-acer-chromebook.1.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-30 13:39:41 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-30 13:39:41 -0400
commitecd996ec1f51df68a62e925d59469fbd89cb5118 (patch)
tree54a93aba4677e5910019576010e5b5920c41adb7 /src/usr/share/man/man1/hwset-acer-chromebook.1.txt
parent0.0.5 rc1 (diff)
downloadstackrpms-acer-chromebook-ecd996ec1f51df68a62e925d59469fbd89cb5118.tar.gz
stackrpms-acer-chromebook-ecd996ec1f51df68a62e925d59469fbd89cb5118.tar.bz2
stackrpms-acer-chromebook-ecd996ec1f51df68a62e925d59469fbd89cb5118.zip
dpkg-buildpackages fixes
Diffstat (limited to 'src/usr/share/man/man1/hwset-acer-chromebook.1.txt')
-rw-r--r--src/usr/share/man/man1/hwset-acer-chromebook.1.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/usr/share/man/man1/hwset-acer-chromebook.1.txt b/src/usr/share/man/man1/hwset-acer-chromebook.1.txt
new file mode 100644
index 0000000..fc1bbea
--- /dev/null
+++ b/src/usr/share/man/man1/hwset-acer-chromebook.1.txt
@@ -0,0 +1,28 @@
+title hwset-acer-chromebook
+section 1
+project stackrpms-acer-chromebook
+volume General Commands Manual
+date April 2024
+=====
+NAME
+ hwset-acer-chromebook - adjust hardware settings like audio volume and screen brightness
+SYNOPSIS
+ hwset-acer-chromebook [PIECE] [ACTION] [VALUE]
+PIECES
+ vol | bright
+ACTIONS
+ up | down | set | mute
+VALUES
+ vol: 0-100
+ bright: 0.0-1.0 | safe | min | max
+DESCRIPTION
+ A customized hwset.sh (from bgscripts-core) specifically for Acer Chromebook platform. Primarily hwset is called from the stackrpms-acer-chromebook fluxbox keys file on the F6 type key presses.
+ The included fluxbox keys file uses pulsemixer-notification to set volume, not hwset.
+AUTHOR
+ B. Stack <bgstack15@gmail.com>
+COPYRIGHT
+ GPL 3.0
+BUGS
+ If you catch any bugs please email the author.
+SEE ALSO
+ bgscripts-core hwset.sh
bgstack15