fix: update picom configuration
This commit is contained in:
parent
21eb336b94
commit
8a51047728
|
@ -262,7 +262,7 @@ detect-client-opacity = true;
|
|||
# try detecting this with X RandR extension.
|
||||
#
|
||||
# refresh-rate = 60
|
||||
refresh-rate = 0;
|
||||
# refresh-rate = 0;
|
||||
|
||||
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
|
||||
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
|
||||
|
|
|
@ -10,9 +10,8 @@ stop() {
|
|||
|
||||
start() {
|
||||
echo start
|
||||
picom -b --experimental-backends \
|
||||
--blur-method dual_kawase --blur-strength 7 --blur-size 15 \
|
||||
--no-fading-openclose
|
||||
picom --blur-method dual_kawase --blur-strength 7 --blur-size 15 \
|
||||
--no-fading-openclose -b
|
||||
sleep 1
|
||||
! pgrep -x picom >/dev/null && echo 'fallback' && picom -b --no-fading-openclose
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user