We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c7036 commit 56a63afCopy full SHA for 56a63af
config.h
@@ -18,8 +18,8 @@ struct Config {
18
bool disp_autoscale_dpi = static_cast<bool>(AUTOSCALE_DPI);
19
20
// Default paths to the left and right panels
21
- std::string path_default = std::getenv("PWD"); // $PWD in the config
22
- std::string path_default_right = std::getenv("HOME"); // $HOME in the config
+ std::string path_default = PATH_DEFAULT;
+ std::string path_default_right = PATH_DEFAULT_RIGHT;
23
24
// Used if `path_default_right` does not exist or left path == right path.
25
std::string path_default_right_fallback;
0 commit comments