mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Fix $XDG_CONFIG_HOME/.config/ that should be $XDG_CONFIG_HOME/
This commit is contained in:
committed by
Ivan Molodetskikh
parent
697fcbac12
commit
65addefd09
@@ -13,7 +13,7 @@ You can find documentation for various sections of the config on these wiki page
|
|||||||
|
|
||||||
### Loading
|
### Loading
|
||||||
|
|
||||||
Niri will load configuration from `$XDG_CONFIG_HOME/.config/niri/config.kdl` or `~/.config/niri/config.kdl`.
|
Niri will load configuration from `$XDG_CONFIG_HOME/niri/config.kdl` or `~/.config/niri/config.kdl`.
|
||||||
If that file is missing, niri will create it with the contents of [the default configuration file](https://github.com/YaLTeR/niri/blob/main/resources/default-config.kdl).
|
If that file is missing, niri will create it with the contents of [the default configuration file](https://github.com/YaLTeR/niri/blob/main/resources/default-config.kdl).
|
||||||
Please use the default configuration file as the starting point for your custom configuration.
|
Please use the default configuration file as the starting point for your custom configuration.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user