sway

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

commit d3e55f88ecaacf7c7017357e83f30f91ffc02bb0
parent 78b65e2317d0db1543410466db7b113ada2d398c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 27 Oct 2016 11:05:04 -0400

Log LD_LIBRARY_PATH

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

diff --git a/sway/main.c b/sway/main.c @@ -80,6 +80,7 @@ static void log_env() { "PATH", "LD_LOAD_PATH", "LD_PRELOAD_PATH", + "LD_LIBRARY_PATH", "SWAY_CURSOR_THEME", "SWAY_CURSOR_SIZE", "SWAYSOCK",