From 5917dc8d8528a44ad9be2145c6da4ef414645872 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 24 Jul 2021 13:54:42 +0200 Subject: [PATCH] Use picom for transparency --- home/.config/x11/xprofile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index 8c69653..aed447c 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -9,7 +9,12 @@ xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto # Set the background with a custom `setbg` script setbg & -# Xcompmgr to allow transparency +# Use xresources file in ~/.config/x11 +xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources + +# Start compositor manager to allow transparency +picom -b & +#picom -b --experimental-backends & #xcompmgr & # Dunst for notifications