-
Hi ! i did stage my config following this and added the code i was using before with 1.6 (it follow the wiki can you help me finding the correct way to do this with regolith 2 ? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
i've made some progress. (it actually work now with some errors) Xressource files didn't work. So i've started using configs partials. Followed the wiki to create my own 40_workspace-config and remove the original one with apt. added my settings and after a refresh it work. But it doesn't work after a reboot/logout (the errors are in the previous link). A refresh is needed to fix it. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm a new user to regolith but am migrating from an existing i3 config and had a similar issue. I just want to share the solution that works for me and give some info about what I tried and didn't work. TLDRRemove the magic from the workspace names. Like: First Try: Using my old configFirst I tried to use my old i3 config. I stripped everything that I already configured via Xresources and was basically left with
plus a few additional key bindings. I put this into This kind of worked but duplicated the workspaces. I had all my old workspaces where I wanted them and additionally all the workspaces with a colored circle after the name. My applications were moved to the workspaces without the circles. Second tryTo move my applications to the correct workspaces (those with circles) I added the But assigning the workspaces to the correct displays didn't work properly, I got the same error messages as @ethanfel.
It looks like i3 can't properly process the HTML polluted workspace names so I got rid of them in The final tryI set the workspace names of all the workspaces 1-10 to only numbers via the
and changed my I hope this might help somebody who struggles with the same problem. Ideally, this would work out of the box and it should be documented how to achieve this. |
Beta Was this translation helpful? Give feedback.
-
ho nice, thanks for the detailed answer. did you add the assign lines to the Xressources file to ? |
Beta Was this translation helpful? Give feedback.
Hi,
I'm a new user to regolith but am migrating from an existing i3 config and had a similar issue. I just want to share the solution that works for me and give some info about what I tried and didn't work.
TLDR
Remove the magic from the workspace names. Like:
i3-wm.workspace.01.name: 1
First Try: Using my old config
First I tried to use my old i3 config. I stripped everything that I already configured via Xresources and was basically left with
plus a few additional key bi…