regolith-linux / regolith-desktop

Meta package for the Regolith Desktop Environment
1.48k stars 31 forks source link

My i3 config doesn't work after migrating from Regolith 2 to 3 #1020

Closed brvoisin closed 2 weeks ago

brvoisin commented 2 weeks ago

Describe the bug

I migrated from Regolith 2 to Regolith 3 today. I can't apply my i3 configuration. My config files are in ~/.config/regolith3/i3/config.d/.

I tried:

Each time, I refreshed the session and logout-login.

For example, I want this binding:

bindsym $mod+p exec ~/path/to/my/binary

The binary works from my terminal.

To Reproduce

Steps to reproduce the behavior: Try my keybinding $mod+p

Expected behavior

My binary is executed when I type $mod+p

Configuration file(s)

I set the wallpaper and the lock screen wallpaper in ~/.config/regolith3/Xresources (this config works) and put 3 files in ~/.config/regolith3/i3/config.d/config.d/.

Installation Details

brvoisin commented 2 weeks ago

I found the solution. The config files are now in $HOME/.config/regolith3/sway/config.d/ according /etc/regolith/sway/config. It seems that the documentation is only for Regolith 2.

brvoisin commented 2 weeks ago

I switched to X11 by installing regolith-session-flashback and all works as before with Regolith 2 with config files in ~/.config/regolith3/i3/config.d/config.d/.