Go to file
snow flurry d7fa0f15f4 import os-specific module after plugin init 2023-07-26 14:07:10 -07:00
src import os-specific module after plugin init 2023-07-26 14:07:10 -07:00
.gitignore Initial commit 2023-07-15 19:32:47 -07:00
README.md Initial commit 2023-07-15 19:32:47 -07:00
install.sh Initial commit 2023-07-15 19:32:47 -07:00
requirements.txt Initial commit 2023-07-15 19:32:47 -07:00

README.md

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)