Fixed mistake regarding config folder

This commit is contained in:
TillDiem 2021-12-14 20:30:31 +01:00
parent 7b41833d93
commit a10b8a5973
2 changed files with 4 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Configuration is completed primarily through the Weechat interface. First start
```sh
cd $WEECHAT_HOME/python/matrix
ln -s ../matrix.py ~/.weechat/python/autoload
ln -s ../matrix.py $WEECHAT_HOME/python/autoload
```
6. Automatically connect to the server
@ -87,9 +87,9 @@ To get old messages decryped faster, it is reccomended to import encryption keys
## libnotify Notification support
Should work straight out of the box.
```sh
cd ~/.weechat/python
cd $WEECHAT_HOME
wget https://raw.githubusercontent.com/s3rvac/weechat-notify-send/master/notify_send.py
cd ~/.weechat/python/autoload
cd $WEECHAT_HOME/python/autoload
ln -s ../notify_send.py
```

View File

@ -3,6 +3,7 @@
- [qutebrowser](docs/qutebrowser.md)
- [vimwiki](docs/vimwiki.md)
- [weechat](docs/weechat.md)
- [ssh](ssh)
# Admin