dunst icon indicating copy to clipboard operation
dunst copied to clipboard

[FR] Search on user's `dunstrc.d`, even if no `dunstrc` found

Open pataquets opened this issue 2 years ago • 1 comments

Issue description

As I'm tuning my dunstrc config, I'd like to just use dunstrc.d/*.conf files and just use the installed, default dustrc file as basis. However, I've found that placing my dunstrc.d dir in my ~/.config/ dir, without a matching ~/.config/dunstrc file, causes the .d dir to be ignored. As soon as I copy the default-installed dunstrc file to my home config, overrides work.

I'd like to just have the .d/*.conf files in my config dir and get the base defaults from the installed files, so I don't have to track the base dunstrc config defaults from version to version.

Installation info

  • Version: v1.9.2-14-g2cd719a
  • Install type: built from source
  • Window manager / Desktop environment: i3 (X11, from repos)
  • Distro: Ubuntu Jammy

pataquets avatar Oct 10 '23 19:10 pataquets

Possible solutions are using /etc/dunstrc.d/.conf or creating an empty ~/.config/dunstrc.

fwsmit avatar Dec 31 '23 17:12 fwsmit