rofi squished in height sometimes #2083
-
Hi, some calls of rofi, it ends up very squished in height. It is always when a script, or something I did not write calls rofi, such as rofi-systemd, or when i click the prompt in dunst. When I try to manually run the same command, it displays fine. I kinda ran out of ideas on where to look... any suggestions? I am running Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@lbonn Do you know? as this is the wayland version. |
Beta Was this translation helpful? Give feedback.
-
So I think I figured it out. I have rofi-wayland installed, but the packages I have that show the above error are using the non-wayland version. I have a way to fix it for me locally, mostly. home.packages = with pkgs; [
(rofi-systemd.override {rofi = rofi-wayland;})
]; |
Beta Was this translation helpful? Give feedback.
So I think I figured it out.
started a discord question on it, for reference.
I have rofi-wayland installed, but the packages I have that show the above error are using the non-wayland version.
I have a way to fix it for me locally, mostly.
For reference if someone else runs into this.