aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-20 17:46:19 -0400
committerB Stack <bgstack15@gmail.com>2020-03-20 17:46:19 -0400
commita91d685ed3d07373eeb94ad946f63a87e985a49b (patch)
tree4521e58dbb6f7a057dd5fde71b4230b115b8b326 /README.md
parentadd lm trayicon, and fix #1 (diff)
downloadlogout-manager-a91d685ed3d07373eeb94ad946f63a87e985a49b.tar.gz
logout-manager-a91d685ed3d07373eeb94ad946f63a87e985a49b.tar.bz2
logout-manager-a91d685ed3d07373eeb94ad946f63a87e985a49b.zip
move debian/ to stackrpms
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa626bb..0e69c79 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# Overview for logout-manager
See the [full readme](src/usr/share/doc/logout-manager/README.md) farther down in the source tree.
+
+## Alt directory
+The `alt` directory contains alternative files, including a shell script implementation of logout-manager-trayicon, which depends on `mktrayicon`.
bgstack15