mirror of
https://github.com/Geronymos/desktop-icons
synced 2025-10-07 23:35:49 +02:00
doc: usage section in readme (fixes #16)
This commit is contained in:
parent
5a1f4e12fc
commit
b7428f479f
14
README.md
14
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
|
||||
|
|
Loading…
Reference in a new issue