update doc

This commit is contained in:
Ryan Thomas 2022-02-10 01:53:04 -05:00
parent 82054e7b31
commit 7ee2345112
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
Control the AwesomeWM systray from the keyboard using vimium-like number hints. Developed and tested on awesome v4.3. We are surprised at the time of this writing that the system tray remains such an obvious bottleneck in the nevertheless ubiquitous fight against mouse-dependency among neckbeards the world over. We present accordingly, systray_hints.
We are surprised at the time of this writing that the system tray remains such an obvious bottleneck in the nevertheless ubiquitous fight against mouse-dependency among neckbeards the world over.
# Overview # Overview
@ -15,7 +13,7 @@ If ten or more icons are displayed, the function will interpret the "1" key as t
cd ~/.config/awesome cd ~/.config/awesome
git clone https://github.com/ryanthomas-org/systray-hints git clone https://github.com/ryanthomas-org/systray-hints
Add `require("systray-hints")` to rc.lua, and configure as follows. Add `systray_hints = require("systray_hints")` to rc.lua. Note this may work better at the end of the file.
# Configuration # Configuration