10 lines
218 B
Bash
Executable File
10 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Load Backend
|
|
export BEMENU_BACKEND=wayland
|
|
#export BEMENU_BACKEND=x11
|
|
#export BEMENU_BACKEND=curses
|
|
|
|
# Run bemenu
|
|
LD_LIBRARY_PATH=/usr/lib/ BEMENU_RENDERERS=/usr/lib/bemenu /usr/bin/bemenu-renderer "$@"
|