sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit f7a20726fc82c7eee1fe6756eb3aefebecb34ce6
parent 7706d83160267be61accb1b6f7bdc2f43299cae7
Author: Tony Crisci <tony@dubstepdish.com>
Date:   Sat, 31 Mar 2018 10:43:46 -0400

temporarily add LD_LIBRARY_PATH stuff

Diffstat:
Msway/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/main.c b/sway/main.c @@ -118,7 +118,7 @@ void run_as_ipc_client(char *command, char *socket_path) { static void log_env() { const char *log_vars[] = { "PATH", - "LD_LOAD_PATH", + "LD_LIBRARY_PATH", "LD_PRELOAD_PATH", "LD_LIBRARY_PATH", "SWAY_CURSOR_THEME",