mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core: reference configs by absolute instead of canonical paths
This commit is contained in:
parent
00858812f2
commit
3e2ce40b18
4 changed files with 18 additions and 9 deletions
|
|
@ -1,3 +1,14 @@
|
|||
## Breaking Changes
|
||||
|
||||
### Config paths are no longer canonicalized
|
||||
|
||||
This fixes nix configs changing shell-ids on rebuild as the shell id is now derived from
|
||||
the symlink path. Configs with a symlink in their path will have a different shell id.
|
||||
|
||||
Shell ids are used to derive the default config / state / cache folders, so those files
|
||||
will need to be manually moved if using a config behind a symlinked path without an explicitly
|
||||
set shell id.
|
||||
|
||||
## New Features
|
||||
|
||||
- Added support for creating wayland idle inhibitors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue