lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
943 stars 37 forks source link

docs: This branch is not available in any distros #1

Closed markstos closed 2 years ago

markstos commented 4 years ago

Remove those inaccurate docs.

markstos commented 4 years ago

There's progress on an Arch package: https://pastebin.com/Qt2zhcMG

norpol commented 3 years ago

Build "instructions" for wayland lbonn/rofi on nixos:

git clone --recursive https://github.com/lbonn/rofi/
cd rofi
nix-shell -p ninja meson pango pkgconfig cairo xcbutilxrm libxkbcommon librsvg xcbuild xorg.libxcb xcbutilxrm xorg.xcbutilwm xorg.xcbutil xorg.libxcb libstartup_notification check flex bison wayland wayland-protocols xkeyboard_config

meson setup build -Dwayland=enabled
ninja -C build
# update ~/.config/rofi/config and remove "window" if configured
./build/rofi
tinywrkb commented 3 years ago

AUR package: rofi-lbonn-wayland-git

jirutka commented 2 years ago

Alpine Linux package: rofi-wayland.

lbonn commented 2 years ago

Since, some packaging efforts are ongoing, let's drop this PR for now. I'll add a section in INSTALL.md or README.md

markstos commented 2 years ago

NixOS NUR package; https://github.com/nix-community/nur-combined/blob/master/repos/c0deaddict/pkgs/rofi-wayland/unwrapped.nix ( linked from here: https://nur.nix-community.org/repos/c0deaddict/ )