weechat-awayonlock/README.md

16 lines
430 B
Markdown
Raw Normal View History

2023-07-16 02:32:47 +00:00
Weechat script to set `/away` on screen lock.
## Installing
If your weechat directory is `~/.local/share/weechat` and you want the script
to autoload, you can just run `./install.sh`. Otherwise, copy `away_on_lock.py`
and `notify_$PLATFORM.py` to your weechat `python` directory, and symlink
`away_on_lock.py` to `python/autoload`.
## TODO
* ~~Find a better way to do IPC with Weechat~~
* Linux support (KDE/Gnome at least)