Dwm
將 compton 與 Pywal 一起使用會導致背景變灰
我目前正在努力讓 Compton 和 Pywal 在我的 DWM 設置上發揮出色。目前,每當我在 Pywal 之後使用 startx 執行 Compton 時,桌面都是灰色的,打開視窗會使它們看起來“停留”在背景中。我正在使用預設的 Compton 配置,這是我的 .xinitrc:
# Set keymap to GB setxkbmap gb & # Statusbar ~/scripts/dwm_status & # Change wallpaper with wal wal -i /home/joe/pictures/wallpapers & # Start compton compton & # Start DWM exec dwm
啊,我覺得有點愚蠢,原來我所要做的就是將範例配置文件複製到 ~/.config/compton/compton.conf 並將後端更改為 xrender ,然後將 .xinitrc 中的行更改為:
compton --config ~/.config/compton/compton.conf -b