Makrennel/hyprland-void

Rofi launcher opens in full screen

Closed this issue · 5 comments

This is only package for Hyprland. I find that issue should be reported in Hyprland repo.

However answering your problem, you can add windowrule for class:(Rofi) in hyprland config to open floating or at certain size. Something like that for example:

windowrulev2 = size 1600 900,class:(Rofi)
windowrulev2 = float,class:(Rofi)

Another thing is that Rofi is not wayland app, so it opens through xwayland. Consider switching to an alternative (my research already showed me that none of the alternatives offers such extended styling)

Yes, that’s much better, thank you! for your help.

windowrulev2 = size 400 550,class:(Rofi)
windowrulev2 = center, class:(Rofi)
windowrulev2 = float,class:(Rofi)

screenshot-20240621-171504

Rofi isn't really designed for Wayland, maybe give wofi or fuzzel a shot.

Just build from source Ibonn's rofi fork

Try rofi wayland