aboutsummaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-10-27 11:05:04 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-10-27 11:05:04 -0400
commitd3e55f88ecaacf7c7017357e83f30f91ffc02bb0 (patch)
tree4d29d8b9046c5521573982ab7eea0c2f7b02db6e /sway/main.c
parentRemove duplicate redhat-release line (diff)
downloadsway-d3e55f88ecaacf7c7017357e83f30f91ffc02bb0.tar.gz
sway-d3e55f88ecaacf7c7017357e83f30f91ffc02bb0.tar.zst
sway-d3e55f88ecaacf7c7017357e83f30f91ffc02bb0.zip
Log LD_LIBRARY_PATH
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 32798592..a040cec9 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -80,6 +80,7 @@ static void log_env() {
80 "PATH", 80 "PATH",
81 "LD_LOAD_PATH", 81 "LD_LOAD_PATH",
82 "LD_PRELOAD_PATH", 82 "LD_PRELOAD_PATH",
83 "LD_LIBRARY_PATH",
83 "SWAY_CURSOR_THEME", 84 "SWAY_CURSOR_THEME",
84 "SWAY_CURSOR_SIZE", 85 "SWAY_CURSOR_SIZE",
85 "SWAYSOCK", 86 "SWAYSOCK",