-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run with no config file #193
Comments
+1, i got this issue too. |
Same as #192 |
It seems that creating an empty config file is enough to get Hyperpaper working again. ~ ❱ hyprpaper
[LOG] Welcome to hyprpaper!
built from commit ()
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.
fish: Job 1, 'hyprpaper' terminated by signal SIGABRT (Abort)
~ | 134 ❱ touch ~/.config/hypr/hyprpaper.conf
~ ❱ hyprpaper
[LOG] Welcome to hyprpaper!
built from commit ()
[WARN] Monitor eDP-1 does not have a target! A wallpaper will not be created.
[LOG] hyprpaper socket started at /run/user/1000/hypr/9a09eac79b85c846e3a865a9078a3f8ff65a9259_1724682760_20702455/.hyprpaper.sock (fd: 4) As previously mentioned by @Myphz this seems to be a revert of #87, is there any way to make the documentation aware of the change or restore the ability to not have a config file. |
You're right, and here i already updated my config to kill and restart hyprpaer on every wall change :) PS: I'll keep the issue open for the other reason, Updating documentation. |
Hyprpaper used to work earlier without any config files purely through ipc, but with the latest updates it errors out:
❯ hyprpaper & [1] 1588 [LOG] Welcome to hyprpaper! built from commit () 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. [1] + 1588 IOT instruction hyprpaper
The text was updated successfully, but these errors were encountered: