diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 6121a4e..0087729 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,4 +1,4 @@ -################################# +################################ # Animations # ################################# # requires https://github.com/jonaburg/picom @@ -166,6 +166,7 @@ fade-exclude = [ # Do not fade on window open/close. # no-fading-openclose = false +no-fading-openclose = true # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. # no-fading-destroyed-argb = false diff --git a/.config/picom/toggle_picom.sh b/.config/picom/toggle_picom.sh index 4419bda..0d5c2cf 100755 --- a/.config/picom/toggle_picom.sh +++ b/.config/picom/toggle_picom.sh @@ -21,7 +21,7 @@ turn_on() { notify-send "Turning Picom ON" if [ $(check_running) -eq '0' ]; then - picom --experimental-backend --config /home/sravan/.config/picom/picom.conf & + picom --config /home/sravan/.config/picom/picom.conf & fi }