From d82d2bcb18236daba4bf3110a67dff5639dbc768 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 10 Feb 2021 10:31:00 +0100 Subject: added a link to the configuration file in README.md --- README.md | 4 ++-- about.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 958ce2f..c4f2bc5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Debian-based distributions. Configuration ------------- Once installed, `my-x200` is configured by editing -`/etc/default/my-x200`. +[`/etc/default/my-x200`](http://git.robertalessi.net/my-x200/tree/my-x200.confd). Noise Removal ------------- @@ -167,4 +167,4 @@ chmod -x /etc/network/if-up.d/avahi-daemon Further Information ------------------- More information in `my-x200` initd file: - + diff --git a/about.html b/about.html index 2cf1920..7c87376 100644 --- a/about.html +++ b/about.html @@ -28,7 +28,7 @@

my-x200 is a simple script primarily designed to make the distinctive whining noise of Thinkpads X200 disappear. But it can also be used on other laptops.

It is written to be used on Devuan GNU+Linux but it should work on other Debian-based distributions.

Configuration

-

Once installed, my-x200 is configured by editing /etc/default/my-x200.

+

Once installed, my-x200 is configured by editing /etc/default/my-x200.

Noise Removal

Set the variable is_thinkpad_x200 to yes (which is the default value). The default frequency rate should work. It may be changed by modifying the value of PWMFREQ_RATE.

Privacy Settings

@@ -99,6 +99,6 @@ wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
rc-update del avahi-daemon
 chmod -x /etc/network/if-up.d/avahi-daemon

Further Information

-

More information in my-x200 initd file: https://git.robertalessi.net/my-x200/tree/my-x200.confd

+

More information in my-x200 initd file: http://git.robertalessi.net/my-x200/tree/my-x200.confd

-- cgit v1.2.3