Improving docs

I added tkinter as dependency in requirements.
This commit is contained in:
Soykan Ertürk 2021-08-12 22:54:34 +03:00 committed by GitHub
parent 5c65a8fef4
commit 473d2fbd14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ Parameters:
* system.suspend: specify a command for suspending (defaults to 'i3exit suspend')
* system.hibernate: specify a command for hibernating (defaults to 'i3exit hibernate')
Requirements:
tkinter (python3-tk package on debian based systems either you can install it as python package)
contributed by `bbernhard <https://github.com/bbernhard>`_ - many thanks!
"""