From 544aa83d6568be873dfbaf4f57827d9645150748 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 16 Dec 2016 04:38:18 +0100 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configuration.md b/Configuration.md index 66d3960..e006658 100644 --- a/Configuration.md +++ b/Configuration.md @@ -84,6 +84,10 @@ format-foreground = ${colors.white} ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 monitor = +; Require the monitor to be in connected state +; XRandR sometimes report my monitor as being disconnected (when in use) +monitor-strict = false + ; Put the bar at the bottom of the screen bottom = false @@ -232,6 +236,7 @@ enable-ipc = false click-left = click-middle = click-right = +click-double = scroll-up = scroll-down = ~~~