From 96ad1fbbce5278ef35b1a22cb1447398e6958620 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Jan 2018 19:56:46 -0600 Subject: [PATCH] Conky: Set xinerama_head This corrects misalignment problems on my multidisplay setup --- .config/conky/conky.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index c3198fcc..fbea7965 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -25,6 +25,7 @@ conky.config = { color9 = 'b16286', alignment = 'bottom_right', + xinerama_head = 2, minimum_height = 100, minimum_width = 300, border_width = 6,