ritchie
ritchie
Not sure what the status is on this or if @alphapapa is going to add it but using @k-jell suggestion. You can get all the parent tags like this: ```emacs-lisp...
@Allaman I ended up creating a symbolic link which is a temporary simple solution. This is probably not even needed since it's already installed system wide. I'm not sure I...
Same here: -❯ echo $WAYLAND_DISPLAY wayland-1 Linux nixos 6.6.26 1-NixOS SMP PREEMPT_DYNAMIC Wed Apr 10 14:36:08 UTC 2024 x86_64 GNU/Linux -❯ dunst --version Dunst - A customizable and lightweight notification-daemon...
@bynect Yea I was getting the same errors as mentioned above. It's working fine now. I'm fairly new to nixos so I'm not sure how dunst is starting considering it's...
UPDATE: So the fix is to add `Environment=DISPLAY=:0` in the Service section. This was also mentioned here https://github.com/NixOS/nixpkgs/issues/154318. I am not sure if it's an issue related to dunst. The...
@bynect I'm getting `wayland-1` is there anything you can suggest to fix this?
>I am not sure what you mean(?) I meant the output of `echo $WAYLAND_DISPLAY` is `wayland-1`. I think it's probably not a big deal since it's a screen saver issue,...
@bynect I think the solution would be to build dunst without XORG support but not sure I'm up for that right now since I'm fairly new to nixos. I don't...
@bynect I took it off from my river `init` but it does not make a difference. That was the only location where I had DISPLAY at. I only have a...
I am getting the same error, the patch from @konosubakonoakua works [here](https://github.com/folke/which-key.nvim/pull/581). Ideally there should be a way to disable lua plugins, not sure how to go about it with...