-
I am checking source code of bemenu to edit for custom keybindings. I want bracketleft to go down and bracketright to go up. I found lib/renderers/wayland/wayland.c file and edited as follows:
Then built it by running |
Beta Was this translation helpful? Give feedback.
Answered by
Cloudef
Apr 2, 2024
Replies: 1 comment 3 replies
-
After rebuilding are you making sure the new renderer is being used? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For running source build completely use:
# To test from source, you have to point the LD_LIBRARY_PATH and BEMENU_RENDERERS variables: LD_LIBRARY_PATH=. BEMENU_RENDERERS=. ./bemenu-run
As mentioned in readme, or simply
nix run .
if using nix (compiles and runs bemenu-run)