diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/stackrpms-thinkpad-p50s.dsc | 2 | ||||
-rw-r--r-- | src/etc/stackrpms-thinkpad-p50s/fluxbox.keys | 4 | ||||
-rw-r--r-- | src/usr/share/doc/stackrpms-thinkpad-p50s/README.md | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0f391b0..336386e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stackrpms-thinkpad-p50s (0.0.3-1) obs; urgency=low + + * Fix mic mute toggle to actually mute + + -- B. Stack <bgstack15@gmail.com> Sat, 09 Sep 2023 12:00:59 -0400 + stackrpms-thinkpad-p50s (0.0.2-1) obs; urgency=low * Add Fn+F10 for mic mute toggle diff --git a/debian/stackrpms-thinkpad-p50s.dsc b/debian/stackrpms-thinkpad-p50s.dsc index e565c86..145882e 100644 --- a/debian/stackrpms-thinkpad-p50s.dsc +++ b/debian/stackrpms-thinkpad-p50s.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: stackrpms-thinkpad-p50s Binary: stackrpms-thinkpad-p50s Architecture: all -Version: 0.0.2-1 +Version: 0.0.3-1 Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://bgstack15.ddns.net/cgit/stackrpms-thinkpad-p50s/ Standards-Version: 4.5.1 diff --git a/src/etc/stackrpms-thinkpad-p50s/fluxbox.keys b/src/etc/stackrpms-thinkpad-p50s/fluxbox.keys index b421caa..be0c1a2 100644 --- a/src/etc/stackrpms-thinkpad-p50s/fluxbox.keys +++ b/src/etc/stackrpms-thinkpad-p50s/fluxbox.keys @@ -16,7 +16,7 @@ # ltb-018:~/.fluxbox/keys # Improve: # Documentation: -# last modified: 2023-08-22-3 14:53 +# last modified: 2023-09-09-7 07:46 # click on the desktop to get menus OnDesktop Mouse1 :HideMenus @@ -94,7 +94,7 @@ Mod1 F2 :Exec fbrun 123 :Exec amixer sset Master,0 1+ 122 :Exec amixer sset Master,0 1- 121 :Exec amixer sset Master,0 toggle -225 :Exec amixer sset Master,0 toggle # use Fn+F10 magnifying glass because Fn+F4 mic-mute is blocked by firmware? +225 :Exec amixer sset Capture,0 toggle # use Fn+F10 magnifying glass because Fn+F4 mic-mute is blocked by firmware? # screen brightness for Thinkpad P50s 232 :Exec /usr/bin/hwset-thinkpad-p50s bright down 85 233 :Exec /usr/bin/hwset-thinkpad-p50s bright up 85 diff --git a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md index d95f4a0..34f1e42 100644 --- a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md +++ b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md @@ -52,3 +52,5 @@ This project will be considered stable when the following are met: # Changelog 2023-08-22 version 0.0.2 update fluxbox keys for Fn+F10 to toggle mic mute because Fn+F4 is blocked/used by something I cannot control. + +2023-09-09 version 0.0.3 use correct amixer command for mic mute |