From 316e48f24103e86e17ff1c345acf321a9f2e0b3a Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 26 Feb 2024 08:01:29 -0500 Subject: [PATCH] Sort alphabetically --- data/conky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conky.conf b/data/conky.conf index 843d446ef..fc341baaa 100644 --- a/data/conky.conf +++ b/data/conky.conf @@ -35,8 +35,8 @@ conky.config = { out_to_console = false, out_to_ncurses = false, out_to_stderr = false, - out_to_x = true, out_to_wayland = false, + out_to_x = true, own_window = true, own_window_class = 'Conky', own_window_type = 'desktop',