From ecd996ec1f51df68a62e925d59469fbd89cb5118 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 30 Apr 2024 13:39:41 -0400 Subject: dpkg-buildpackages fixes --- src/usr/share/man/man1/hwset-acer-chromebook.1.txt | 28 ++++++++++++++++++++++ src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt | 28 ---------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 src/usr/share/man/man1/hwset-acer-chromebook.1.txt delete mode 100644 src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt (limited to 'src/usr') 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 +COPYRIGHT + GPL 3.0 +BUGS + If you catch any bugs please email the author. +SEE ALSO + bgscripts-core hwset.sh diff --git a/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt b/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt deleted file mode 100644 index fc1bbea..0000000 --- a/src/usr/share/man/man1/hwset-thinkpad-p50s.1.txt +++ /dev/null @@ -1,28 +0,0 @@ -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 -COPYRIGHT - GPL 3.0 -BUGS - If you catch any bugs please email the author. -SEE ALSO - bgscripts-core hwset.sh -- cgit