Use picom for transparency

This commit is contained in:
ItsDrike 2021-07-24 13:54:42 +02:00
parent 5bf013f25d
commit 5917dc8d85
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -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