aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 10:43:46 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-03-31 15:37:16 -0400
commitf7a20726fc82c7eee1fe6756eb3aefebecb34ce6 (patch)
tree1a4d40fa7b9c6f46bee2373b15b761019213d4af /sway/main.c
parentbasic split containers (diff)
downloadsway-f7a20726fc82c7eee1fe6756eb3aefebecb34ce6.tar.gz
sway-f7a20726fc82c7eee1fe6756eb3aefebecb34ce6.tar.zst
sway-f7a20726fc82c7eee1fe6756eb3aefebecb34ce6.zip
temporarily add LD_LIBRARY_PATH stuff
Diffstat (limited to 'sway/main.c')
-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) {
118static void log_env() { 118static void log_env() {
119 const char *log_vars[] = { 119 const char *log_vars[] = {
120 "PATH", 120 "PATH",
121 "LD_LOAD_PATH", 121 "LD_LIBRARY_PATH",
122 "LD_PRELOAD_PATH", 122 "LD_PRELOAD_PATH",
123 "LD_LIBRARY_PATH", 123 "LD_LIBRARY_PATH",
124 "SWAY_CURSOR_THEME", 124 "SWAY_CURSOR_THEME",