system module requirement
added tkinter as requirement
This commit is contained in:
parent
b00c0ae47c
commit
8be9f1a05c
1 changed files with 3 additions and 0 deletions
|
@ -1380,6 +1380,9 @@ Parameters:
|
||||||
* system.lock: specify a command for locking the screen (defaults to 'i3exit lock')
|
* system.lock: specify a command for locking the screen (defaults to 'i3exit lock')
|
||||||
* system.suspend: specify a command for suspending (defaults to 'i3exit suspend')
|
* system.suspend: specify a command for suspending (defaults to 'i3exit suspend')
|
||||||
* system.hibernate: specify a command for hibernating (defaults to 'i3exit hibernate')
|
* 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!
|
contributed by `bbernhard <https://github.com/bbernhard>`_ - many thanks!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue