gh0stzk / dotfiles

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

NVIDIA drivers remove workspaces #167

Closed kthurman59 closed 11 months ago

kthurman59 commented 11 months ago

This is an issue and an answer actually.

I changed to the proper NVIDIA drivers from Neauveau. A side effect is it reduced my WS from 6 to 1. You have to go in and remove the "$monitors" alias as it doesn't like that for some reason. You also much have the monitor numbers as numbers and not strings.

Example: '1' '2' '3'
Instead use: 1 2 3

This fixed my issues and my workspaces are back to normal.

gh0stzk commented 11 months ago

Will investigate that "issue" and try to get a fix, but i think that could be more from bspwm issue, not from my dots, but let me investigate why that happends.

kthurman59 commented 11 months ago

Yeah, I agree with you. I have no problem closing it out, I just thought it was something you might find interesting. No worries!