mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
config: use $HOME instead of getpwuid() to retrieve users’s home dir
When searching for foot.ini, use $HOME instead of getpwuid() to retrieve the user’s home directory.
This commit is contained in:
parent
7e8b5f9610
commit
bc7214cd88
4 changed files with 13 additions and 13 deletions
|
|
@ -50,6 +50,11 @@
|
|||
|
||||
|
||||
### Changed
|
||||
|
||||
* Use `$HOME` instead of `getpwuid()` to retrieve the user’s home
|
||||
directory when searching for `foot.ini`.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue