diff options
author | Ken Moore <moorekou@gmail.com> | 2015-11-06 10:46:57 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-11-06 10:46:57 -0500 |
commit | c2c98e44acf420e2d740ba072256629a71d030f8 (patch) | |
tree | 7095372331e94b3955d8e671f31a8348dfdf7daf /lumina-wm-INCOMPLETE/lumina-wm.pro | |
parent | Get the new lockscreen all setup and (somewhat) functional in the screensaver... (diff) | |
download | lumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.gz lumina-c2c98e44acf420e2d740ba072256629a71d030f8.tar.bz2 lumina-c2c98e44acf420e2d740ba072256629a71d030f8.zip |
A couple big changes:
1) Add lumina-checkpass subproject: this is a tiny C program for comparing an input again the current user's password with PAM (required for screen unlocker in lumina-wm)
2) Completely finish up the Screensaver implementation in lumina-wm - the lock/unlock screen works great now, and I also set it up to cut the current screen brightness in half when the screensaver starts up (returns to normal level on activity).
Diffstat (limited to 'lumina-wm-INCOMPLETE/lumina-wm.pro')
-rw-r--r-- | lumina-wm-INCOMPLETE/lumina-wm.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-wm-INCOMPLETE/lumina-wm.pro b/lumina-wm-INCOMPLETE/lumina-wm.pro index 593c64fd..7e2c0c82 100644 --- a/lumina-wm-INCOMPLETE/lumina-wm.pro +++ b/lumina-wm-INCOMPLETE/lumina-wm.pro @@ -12,7 +12,7 @@ isEmpty(LIBPREFIX) { LIBPREFIX = $$PREFIX/lib } -LIBS += -L../libLumina -L$$LIBPREFIX -lLuminaUtils -lxcb -lxcb-damage -lxcb-composite -lxcb-screensaver -lxcb-util -lpam +LIBS += -L../libLumina -L$$LIBPREFIX -lLuminaUtils -lxcb -lxcb-damage -lxcb-composite -lxcb-screensaver -lxcb-util QMAKE_LIBDIR = ../libLumina DEPENDPATH += ../libLumina |