From 89703dae303468f5d724781e1198cea3d25edf61 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 15 Sep 2018 19:54:42 +0300 Subject: [PATCH] Added debug config --- Home.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Home.md b/Home.md index b18dc4e..a30a329 100644 --- a/Home.md +++ b/Home.md @@ -30,4 +30,17 @@ color_text_bg=#aad0dfe8 color_icon_bg=#aad0dfe8 color_error_text=#a34c4e color_error_bg=#11a34c4e +``` +### Full debug mode +``` +[General] +debug=1 +debug_can_power_off=1 +debug_can_reboot=1 +debug_can_suspend=1 +debug_can_hibernate=1 +debug_can_hybrid_sleep=1 +debug_login_error=1 +debug_login_timeout=2 +debug_hostname=Some PC ``` \ No newline at end of file