Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i3 does not pick up staged config (documentation outdated?) #1095

Open
2 tasks done
Mattsi-Jansky opened this issue Jan 2, 2025 · 0 comments
Open
2 tasks done

i3 does not pick up staged config (documentation outdated?) #1095

Mattsi-Jansky opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working needs-triage Any bug that requires classification by a contributor

Comments

@Mattsi-Jansky
Copy link

Describe the bug

The following doc page describes how to stage a custom config for i3: https://regolith-desktop.com/docs/howtos/stage-configs/
However, this doesn't work. Files staged in the way the documentation suggests are not picked up by i3. And looking at https://github.com/regolith-linux/regolith-wm-config/, I can't find any reference the paths suggested in the docs (~/.config/regolith3/i3/config), only to config.d.

To Reproduce
Steps to reproduce the behavior:

  • Stage the config file as the docs suggest with mkdir -p ~/.config/regolith3/i3 and cp /etc/regolith/i3/config ~/.config/regolith3/i3/config
  • Restart i3
  • Run i3 --moreversion

Expected behavior

The staged config file should appear in the list of i3 config files

Actual behavior

The staged config file does not appear in the list of i3 config files

Screenshots

image

Installation Details

  • Regolith Install Stage: Stable
  • Regolith Version: 3.2
  • Host OS: Ubuntu 24.04

Additional context

Once I realised the config file specified in the doc was not being loaded, I was able to easily do what I needed using the override scripts in config.d instead.

@Mattsi-Jansky Mattsi-Jansky added bug Something isn't working needs-triage Any bug that requires classification by a contributor labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Any bug that requires classification by a contributor
Projects
None yet
Development

No branches or pull requests

1 participant