Open
Description
If hypridle is called with -c to load an alternate config file, it will core dump if it can't find a hypridle.conf file in the standard locations:
% hypridle -c some-other-hypridle.conf
terminate called after throwing an instance of 'std::runtime_error'
what(): Could not find config in HOME, XDG_CONFIG_HOME, XDG_CONFIG_DIRS or /etc/hypr.
zsh: IOT instruction (core dumped) hypridle -c some-other-hypridle.conf
As a workaround, you can create an empty hypridle.conf. It won't be read if hypridle -c <conf>
is used.
Metadata
Metadata
Assignees
Labels
No labels