diff options
author | Ken Moore <moorekou@gmail.com> | 2020-04-24 17:50:05 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2020-04-24 17:50:05 -0400 |
commit | 297bf0a1bd4c38dff059d3aa131426d4337f3af1 (patch) | |
tree | ef666f3fa94db3107729c04f1c4c17852b1d5837 /src-qt5/core/core.pro | |
parent | Update some syntax highlighting handling. (diff) | |
download | lumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.tar.gz lumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.tar.bz2 lumina-297bf0a1bd4c38dff059d3aa131426d4337f3af1.zip |
Disable xscreensaver from auto-start.
Enable lumina-checkpass
Diffstat (limited to 'src-qt5/core/core.pro')
-rw-r--r-- | src-qt5/core/core.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/core.pro b/src-qt5/core/core.pro index 4b3edb88..452d2fb7 100644 --- a/src-qt5/core/core.pro +++ b/src-qt5/core/core.pro @@ -10,8 +10,8 @@ SUBDIRS+= lumina-desktop \ lumina-info \ lumina-pingcursor \ $${PWD}/../../icon-theme \ - lumina-theme-engine -# lumina-checkpass + lumina-theme-engine \ + lumina-checkpass # lumina-desktop-unified #Also install any special menu scripts |