aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/README.md
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2020-01-27 21:39:22 -0500
committerKen Moore <moorekou@gmail.com>2020-01-27 21:39:22 -0500
commitbcae436ba46b52356a24bbaebf03ad97cb4c1fa6 (patch)
tree278528f7946af03893f61d0a9256e6e5103352b4 /src-qt5/core/README.md
parentCreate FUNDING.yml (diff)
downloadlumina-bcae436ba46b52356a24bbaebf03ad97cb4c1fa6.tar.gz
lumina-bcae436ba46b52356a24bbaebf03ad97cb4c1fa6.tar.bz2
lumina-bcae436ba46b52356a24bbaebf03ad97cb4c1fa6.zip
Add VoidLinux OS interface.
Update readme. Remove the hardcoded keycode for the start menu (not consistent across OS's)
Diffstat (limited to 'src-qt5/core/README.md')
-rw-r--r--src-qt5/core/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/core/README.md b/src-qt5/core/README.md
index d46b8448..e3b11a81 100644
--- a/src-qt5/core/README.md
+++ b/src-qt5/core/README.md
@@ -89,3 +89,8 @@ Other Files that get installed if "core" is built directly:
* `pavucontrol`: Graphical audio mixer utility
* `acpi`: Battery detection/status
* `dbus-send`: System shutdown/restart
+ 10. Void Linux
+ * `xbacklight`: screen brightness control
+ * `amixer`: Audio mixer control
+ * `pavucontrol`: Graphical audio mixer utility
+ * `acpi`: Battery detection/status
bgstack15