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