From 8be9f1a05ca411a14e192df9e08313ea9eccaa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Thu, 12 Aug 2021 23:15:09 +0300 Subject: [PATCH] system module requirement added tkinter as requirement --- docs/modules.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/modules.rst b/docs/modules.rst index 49e509b..5b9b075 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -1380,6 +1380,9 @@ Parameters: * 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.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 `_ - many thanks!