Updated Configuration (markdown)

Michael Carlberg 2016-12-16 04:38:18 +01:00
parent 126a3c4993
commit 544aa83d65
1 changed files with 5 additions and 0 deletions

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