From 7dd9b7c63206a11b3f4c13b2eada799e600f2bdf Mon Sep 17 00:00:00 2001 From: Penguin Date: Tue, 25 Jul 2023 16:47:53 -0500 Subject: [PATCH] maybe fixed gentoo site lisp for doom? --- .config/doom/packages.el | 2 +- .config/picom/picom.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/doom/packages.el b/.config/doom/packages.el index b740106..50a26da 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -48,7 +48,7 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) -;; (package! spacemacs-theme :built-in 'built-in) +(package! spacemacs-theme :built-in 'prefer) (package! helm-icons) (package! helm-company) (package! helm-make) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index be6a3c9..3372298 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -103,7 +103,7 @@ shadow-ignore-shaped = false; # Sets the radius of rounded window corners. When > 0, the compositor will # round the corners of windows. Does not interact well with # `transparent-clipping`. -# corner-radius = 8.0 +# corner-radius = 5.0 # Exclude conditions for rounded corners. @@ -184,7 +184,7 @@ detect-client-opacity = true; # refresh-rate = 0; # Vertical synchronization: match the refresh rate of the monitor -vsync = false; +vsync = true; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though.