yeah, the old Gimp and Krita rock in user-space... Inkscape and Blender carry the Industrial Burden on Linux. Rhino is popular as well under designers.
I got all the way to 5:55 but then I couldn't find my conf file. Any ideas? Am I supposed to create it myself? Also how do I fix the "Another composite manager is already running" error? I tried googling and saw to run 'inxi -Gxx | grep compositor' and that gives the output: "compositor: kwin_x11 driver: X: loaded: nvidia unloaded: modesetting,vesa"
I think you need make sure that no other compositor is running on the system and uninstall it before installing this Picom. As for the configuration, you'll need to create it from the beginning or you may copy my configuration and modify it as you see fit.
I use dwm. I tried picom both kali linux and manjaro, after setting the blur and glx, dwm just freezes. I can't do anything besindes moving my cursor. Is there a solution?
Hello, I'm using Archlinux with bspwm. I installed this fork, but there aren't rounded corners on my windows. The animation is awesome, but I can't stand windows without rounded corners. What do you do for activating rounded corners? Thank you.😭
@@alphab91 Thanks, but still not working. I tried jonaburg's fork and found that it has rounded corners but no animation. Maybe the square shape looks good too, hahaha.😁
I've installed pijulius picom with i3. The animations are quite good but on switching workspaces, windows are slid vertically. Any idea how to make the workspace switching animation horizontal?
@@alphab91 I tried these options but they make no difference. I'm unsure if 'transition' is an option that is detected by this fork of picom. Thoughts?
i had vanilla picom installed before this, then i just did everything you did hoping that the new picom would replace the old one. i dont know if it worked, but the animations didnt work
yeah, the old Gimp and Krita rock in user-space... Inkscape and Blender carry the Industrial Burden on Linux. Rhino is popular as well under designers.
I got all the way to 5:55 but then I couldn't find my conf file. Any ideas? Am I supposed to create it myself? Also how do I fix the "Another composite manager is already running" error? I tried googling and saw to run 'inxi -Gxx | grep compositor' and that gives the output: "compositor: kwin_x11 driver: X: loaded: nvidia unloaded: modesetting,vesa"
I think you need make sure that no other compositor is running on the system and uninstall it before installing this Picom. As for the configuration, you'll need to create it from the beginning or you may copy my configuration and modify it as you see fit.
I use dwm. I tried picom both kali linux and manjaro, after setting the blur and glx, dwm just freezes. I can't do anything besindes moving my cursor. Is there a solution?
Try using xrender instead of glx.
@@alphab91 but when i run picom, picom says xrender doesn't support that blur method.
@@nnnscorpionnnYeah, this fork of Picom does not have blur.
Hello, I'm using Archlinux with bspwm. I installed this fork, but there aren't rounded corners on my windows. The animation is awesome, but I can't stand windows without rounded corners. What do you do for activating rounded corners? Thank you.😭
You can add this "corner-radius = 6" to the picom config file.
@@alphab91 Thanks, but still not working. I tried jonaburg's fork and found that it has rounded corners but no animation. Maybe the square shape looks good too, hahaha.😁
@@kynix0814 It should work. There is something in the configuration preventing it from working.
@@alphab91 Yes, after rebooting, it works! Thank you!!!
@@kynix0814 I'm glad that worked.
I've installed pijulius picom with i3. The animations are quite good but on switching workspaces, windows are slid vertically. Any idea how to make the workspace switching animation horizontal?
make sure that the backend is set to glx and the transition is set to "transition = "slide:dx=1.0;dy=0.0";"
@@alphab91 I tried these options but they make no difference. I'm unsure if 'transition' is an option that is detected by this fork of picom. Thoughts?
i had vanilla picom installed before this, then i just did everything you did hoping that the new picom would replace the old one. i dont know if it worked, but the animations didnt work
You should remove the vanilla picom first, then build and install the new one. If you have any other issues or questions, ask me on Discord.
@@alphab91 alright, thanks
do a video on polybar customization
Yeah, for sure.
Great tutor. Thx!
Thank you.
beautiful
Thank you! Cheers!
when i boot up my void, sometimes, it stuck at loading initial ramdisk, you know why?
Use "dracut -f" to regenerate the initramfs image, or use "fsck /dev/root partition" if there is a filesystem problem.
@@alphab91 thanks. it is not always stuck there. it's just occasionally stuck. like 3 times out of 10
@@jasonjason8639 Oh, okay, you reconfigure everything by doing "sudo xbps-reconfigure -fa"