1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-11-24 01:44:16 +01:00
bemenu/lib/renderers/wayland
Jari Vetoniemi 074b2d1b58 Remove --backend and --prioritory options, change prioritory -> priorty
and provide BEMENU_BACKEND env variable. Change API to reflect this
change.

There is no reliable way to detect when running on terminal (especially
when stdin is a pipe), so we need to make curses backend explicit with
BEMENU_BACKEND=curses or bm_menu_new("curses"), otherwise GUI backend
will be choosed automatically.
2015-01-17 18:53:29 +02:00
..
CMakeLists.txt Basic pango. 2014-11-23 21:20:03 +02:00
registry.c Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use 2015-01-17 18:52:21 +02:00
wayland.c Remove --backend and --prioritory options, change prioritory -> priorty 2015-01-17 18:53:29 +02:00
wayland.h Take monitor height into account again. 2015-01-16 01:48:47 +02:00
window.c Get rid of _DEFAULT_SOURCE #defines, set this in cmake and also use 2015-01-17 18:52:21 +02:00
xdg-shell.xml Cleanup wayland renderer and plugin support. 2014-10-25 01:38:30 +03:00