So, in a virtual machine, I am testing i3wm. I am trying to use transparency with Konsole terminal emulator. One thing I found in my research is the only way to do this is with xcompmgr. I’ve added the following to my i3 config:
exec xcompmgr -c -f -n
However, the composition is off and portions of my screen are blacked out when added.
Does anyone have any idea on how to fix this?
This is also how I have set my resolution:
exec xrandr --output Virtual-1 --mode 2048x1152
Keep in mind that the desktop is seen correctly when the xcompmgr setting is not in the config.
Thanks.