From 545cc323581c9a01133fcf7a8436103f8b3d41ef Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 24 Dec 2020 11:08:22 -0500 Subject: [PATCH] OpenRGB & Greenclip Config - Update greenclip configuration to enable ImageSupport - Replace polychromatic with OpenRazer in dwm autostart --- .config/dwm | 2 +- .config/greenclip.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/dwm b/.config/dwm index 7141bb6..172758d 160000 --- a/.config/dwm +++ b/.config/dwm @@ -1 +1 @@ -Subproject commit 7141bb6cffbb231abd5514dff4d6c8b0139ced11 +Subproject commit 172758d54e822b11b4707a40c34a315778df27a2 diff --git a/.config/greenclip.cfg b/.config/greenclip.cfg index b3d0a7b..3cf8fd1 100644 --- a/.config/greenclip.cfg +++ b/.config/greenclip.cfg @@ -5,5 +5,6 @@ Config { imageCachePath = "/tmp/greenclip/", usePrimarySelectionAsInput = False, blacklistedApps = [], - trimSpaceFromSelection = True + trimSpaceFromSelection = True, + enableImageSupport = True } \ No newline at end of file