Istvan Petres

Results 7 comments of Istvan Petres

Ok, just FYI: for now this seems to fix the problem: add the following to "~/.config/gtk-3.0/settings.ini" gtk-decoration-layout=menu,appmenu:

Ok, found the solution. The solution is in picom.c itself, when a window is unmapped it will set the to_paint to false and so the fading will never happen because...

Please let me know if you want to have a pull request for this and will create one just wasn't sure if you are interested in this.

Hi Guys, this works now in my fork here: https://github.com/pijulius/picom/commit/b92d4105ea8cc31a22fec64c5241b867b9f92632 but you need to have a window manager that sets the _NET_CURRENT_DESKTOP before hiding/showing the windows as I haven't found...

There is a pull request already here https://github.com/dccsillag/picom/pull/22 but it's up to Daniel to accept the changes and then it will be up to the moderators here to accept it...

Hi Guys, Here is the workaround I found: First of all you need to move the "slider.hasMove = true;" to different location, so your code in the onTouchMove function needs...