diff options
author | Silas Bartha <[email protected]> | 2023-12-22 13:29:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-22 13:29:26 -0500 |
commit | 8fba36adc4b6ff293812c3155a32a2e497f1f57b (patch) | |
tree | 6ff3467f5883da363f2046991f3b2b2dcc953c28 /README.md | |
parent | 7426dedaf1ffe142ca718533083a5eb51109ca7e (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ cargo install --path . ``` ## Usage -To use the program, simply run `pomd` wherever you run startup programs. It requires a D-Bus session, so make sure that you use xinit/startx you will need to start the program after launching your session. +To use the program, simply run `pomd` wherever you run startup programs. It requires a D-Bus session, so if you use xinit/startx you will need to start the program after launching your session. The [pomc](https://github.com/exvacuum/pomc) client application can be used to interact with the daemon, or you can interact with the interface in your own scripts/programs. |