summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 68564a81..248f0729 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -184,7 +184,8 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(documentation "Picom compositor; enables transparent windows in X.")
(provision '(picom))
(start #~(make-forkexec-constructor
- (list #$(package-binary "picom") "--experimental-backends")))
+ (list #$(package-binary "picom") "--experimental-backends"
+ "--config" #$(local-file "picom.conf"))))
(stop #~(make-kill-destructor)))
(shepherd-service
(documentation "Source Xresources on login.")
@@ -236,7 +237,6 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(local-file #.(string-append "catppuccin/kitty/"
catppuccin-theme-variant ".conf")
"kitty-theme.conf")))
- ("picom/picom.conf" ,(local-file "picom.conf"))
("polybar/config.ini" ,(local-file "polybar.ini"))
("polybar/catppuccin.ini"
,(local-file #.(string-append "catppuccin/polybar/themes/"