bemenu/lib
Peter Hofmann 75122a023a Clipboard: Don't use "text/plain"
On X11, not all programs offer this target, e.g. some terminals like
XTerm. The target "UTF8_STRING" has worked fine for many years and it is
what dmenu uses.

On Wayland, wl-paste supports the special type "text", which attempts to
autodetect a suitable type (in case there is no exact match for
"text/plain").
2024-06-16 15:50:52 +09:00
..
3rdparty Nuke CMake from existance 2020-02-07 16:03:08 +02:00
renderers Clipboard: Switch C-y and C-Y 2024-06-16 15:50:52 +09:00
bemenu.h Clipboard: Make both selections available and fix inconsistencies 2024-06-16 15:50:52 +09:00
filter.c filter: fix exact matching 2023-08-30 00:05:22 +09:00
internal.h Styling and behavior fixes 2023-11-21 13:39:18 +09:00
item.c Refactor code to snake_style, turn renderers into plugins, and start 2014-10-22 22:46:51 +03:00
library.c Nuke CMake from existance 2020-02-07 16:03:08 +02:00
list.c Use sizeof(void*) and fix list remove. 2014-10-25 21:53:48 +03:00
menu.c Clipboard: Don't use "text/plain" 2024-06-16 15:50:52 +09:00
util.c get rid of all the internal symbols 2022-02-19 08:00:26 +09:00
vim.c Add option to exit bemenu using esc in vim binds normal mode 2023-06-30 09:31:45 +09:00
vim.h Add basic vim bindings 2022-10-21 03:17:29 +09:00