From 56bb61ccadf0f3d87304aa0b5a0e63ea53485fb6 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 7 May 2020 10:56:49 +0200 Subject: [PATCH] Picom wasn't loading because of changed settings --- dotfiles/picom.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 284c75f..ee2db59 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,8 +1,5 @@ ## shadow shadow = true; -no-dnd-shadow = true; -no-dock-shadow = true; -clear-shadow = true; shadow-radius = 12; shadow-offset-x = -12; shadow-offset-y = -12; @@ -38,9 +35,8 @@ mark-ovredir-focused = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 0; -vsync = "none"; +vsync = true; dbe = false; -paint-on-overlay = true; focus-exclude = [ "class_g = 'Cairo-clock'" , "class_g = 'CoverGloobus'", @@ -52,7 +48,7 @@ detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; glx-copy-from-front = false; -glx-swap-method = "undefined"; +use-damage = true; wintypes: { tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };