summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororangerot <orangerot@orangerot.dev>2025-10-04 23:29:07 +0200
committerorangerot <orangerot@orangerot.dev>2025-10-04 23:29:07 +0200
commitb7428f479fcb87c81618185fe75f28429aa566f0 (patch)
tree07792bf3a41f2203f8bb99a6e5a5233f27fe92b2
parent5a1f4e12fcf405df7daf0986eb580efaad37c3c2 (diff)
doc: usage section in readme (fixes #16)HEADmain
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea8b0d5..5b363b7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
- [X] Update the Icons on changes to the directory (added/removed files)
- [X] Drag and Drop Files from/to the Desktop
- [X] Launching Apps from the Desktop
-- [ ] Multi-Monitor Support
+- [X] Multi-Monitor Support
- [ ] Thumbnails for Images/Documents
- [ ] Sort Rows of List Store based on Name/Type/Date
- [ ] Context-Menu for creating files
@@ -55,6 +55,18 @@ Uninstall
sudo make uninstall
```
+### Usage
+
+```sh
+dicons
+```
+
+It's recommended to have this automatically start with your Wayland compositor.
+For Sway append the following to your config file `.config/sway/config `:
+```
+exec dicons
+```
+
### Development
Dependencies