gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
3.05k stars 230 forks source link

bspwm freeze after login #184

Closed m1nh101 closed 10 months ago

m1nh101 commented 10 months ago

I run arch-based distro in vmware. After install this successfully, but bspwm is seemly freeze (feature like open program in polybar is work). How do I fix? image

gh0stzk commented 10 months ago

It is difficult to know since you are in a virtual machine, and possibly it is some problem related to the vm's graphics drivers, try this:

open the bspwmrc and picom.conf files located in ~/.config/bspwm/

In picom.conf change the glx backend to xrender

Shot-2024-01-22-084319

and in bspwmrc the last two lines, uncomment the last one and comment the line above.

Shot-2024-01-22-084541

then reboot and try again

lash0000 commented 10 months ago

It is difficult to know since you are in a virtual machine, and possibly it is some problem related to the vm's graphics drivers, try this:

open the bspwmrc and picom.conf files located in ~/.config/bspwm/

In picom.conf change the glx backend to xrender

Shot-2024-01-22-084319

and in bspwmrc the last two lines, uncomment the last one and comment the line above.

Shot-2024-01-22-084541

then reboot and try again

Hello, this works like a charm here bro thanks

image

m1nh101 commented 10 months ago

Thanks. Its work.