Go to file
2020-01-18 14:54:52 -08:00
inc Fixed cache files not being auto-created 2020-01-16 16:49:57 -08:00
man Added #entry and deprecated .entry, #selected, and #unselected 2020-01-18 14:54:52 -08:00
modes Changed the widget insertion system, this should hopefully increase performance and be an all around better system 2020-01-16 16:35:51 -08:00
proto First commit 2019-08-17 18:19:32 -07:00
src Added #entry and deprecated .entry, #selected, and #unselected 2020-01-18 14:54:52 -08:00
.build.yml Moved to meson 2019-12-20 18:29:11 -08:00
.hgignore Cleaned up .hgignore 2020-01-01 01:23:00 -08:00
.hgtags Added tag v1.0 for changeset b5784591ff82 2019-12-20 22:06:24 -08:00
COPYING.md First commit 2019-08-17 18:19:32 -07:00
meson_options.txt Building the tip without mercurial now allows for manually setting a version with the version option 2019-12-30 18:35:26 -08:00
meson.build Building the tip without mercurial now allows for manually setting a version with the version option 2019-12-30 18:35:26 -08:00
README.md Added a note about the man pages 2020-01-13 19:10:28 -08:00

Wofi

Wofi is a launcher/menu program for wlroots based wayland compositors such as sway

If you're having issues with -i not showing images refer to https://todo.sr.ht/~scoopta/wofi/33

builds.sr.ht status

Dependencies

libwayland-dev
libgtk-3-dev
pkg-config
meson

Building

hg clone https://hg.sr.ht/~scoopta/wofi
cd wofi
meson build
ninja -C build

Installing

sudo ninja -C build install

Uninstalling

sudo ninja -C build uninstall

Bug Reports

Please file bug reports at https://todo.sr.ht/~scoopta/wofi

Contributing

Please submit patches to https://lists.sr.ht/~scoopta/wofi

You can find documentation here https://man.sr.ht/hg.sr.ht/email.md

Packages

Debian sid has a package in the official repos https://packages.debian.org/sid/wofi

Arch has an AUR package for the current tip https://aur.archlinux.org/packages/wofi-hg/ and for the current stable https://aur.archlinux.org/packages/wofi/

NixOS has a packge in unstable https://nixos.org/nixos/packages.html?attr=wofi&channel=nixos-unstable&query=wofi

Void Linux also has a package

Documentation

The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html