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 = ~~~