aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-31 10:43:46 -0400
committerTony Crisci <tony@dubstepdish.com>2018-03-31 15:37:16 -0400
commitf7a20726fc82c7eee1fe6756eb3aefebecb34ce6 (patch)
tree1a4d40fa7b9c6f46bee2373b15b761019213d4af /sway
parent7706d83160267be61accb1b6f7bdc2f43299cae7 (diff)
temporarily add LD_LIBRARY_PATH stuff
Diffstat (limited to 'sway')
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index ded922ee..e7f8ddd3 100644
--- 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",