diff options
| author | Alexis Maiquez Murcia <almamu@almamu.com> | 2019-02-20 09:59:41 +0100 |
|---|---|---|
| committer | Alexis Maiquez Murcia <almamu@almamu.com> | 2019-02-20 09:59:41 +0100 |
| commit | 2321c26ccd7d1243f8abfac62fea4790402f301a (patch) | |
| tree | 917c5708af4c152677fa29a014bae8bfd62c6adc | |
| parent | 959357b391dc5d561788f50d0b84ddc11fefd478 (diff) | |
| download | lead-2321c26ccd7d1243f8abfac62fea4790402f301a.tar lead-2321c26ccd7d1243f8abfac62fea4790402f301a.tar.gz lead-2321c26ccd7d1243f8abfac62fea4790402f301a.zip | |
~ Fixed errors in the README.md file
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/sensor.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -64,6 +64,7 @@ If none of these exists, it will create `~/.config/lead/lead.conf` with default topRight= Sensors have their own sections in the configuration, so if you want to add an action to a corner you can do so: + [eDP1] bottomLeft=SensorName @@ -83,6 +84,7 @@ If still your program doesn't run please check lead's output to get a better ide In debug mode the screen names are shown on the top-left corner of each screen. To enable the debug mode add the following section in the config file: + [systemsettings] debug=1 diff --git a/src/sensor.cpp b/src/sensor.cpp index e33a9ac..4789175 100644 --- a/src/sensor.cpp +++ b/src/sensor.cpp @@ -130,7 +130,7 @@ Sensor::activateEnter() if (this->debugMode) setStyleSheet ("background-color: green"); - + QProcess::startDetached(enterAction); } |
