Pedro Correa

Results 4 comments of Pedro Correa

I'm currently using two shell script functions to change resolution, disable animations and change scaling on my gnome setup. If I could call this function prior to starting a session...

Sure. It's nothing fancy. ```sh fast() { gsettings set org.gnome.desktop.interface enable-animations false gnome-extensions disable $(gnome-extensions list | grep burn) # disable burn my windows xrandr --output DP-2 --mode 1920x1080 --scale...

I managed to get this working. For some reason when using less than 12 subprocess it simply get stuck until the lambda execution times out. I forced with 24 and...

I'm working with a lot of buffers to avoid saving the PDFs pages to disk (but this may be the solution for this scenario). The CreatePageWithWatermark() function mostly read a...