From 66ee7b3f45e908f11af8c4f4bffaae907b3b74f6 Mon Sep 17 00:00:00 2001
From: MatMoul <matmoul@gmail.com>
Date: Tue, 1 Sep 2015 04:19:18 +0200
Subject: [PATCH] Add features to LXQt

---
 install/desktop/lxqt/complements | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/desktop/lxqt/complements b/install/desktop/lxqt/complements
index b1d3a6b..05cf8e2 100644
--- a/install/desktop/lxqt/complements
+++ b/install/desktop/lxqt/complements
@@ -29,7 +29,7 @@ instpkg "$pkg" "$aurpkg"
 
 for itm in $sel; do
   case $itm in
-    sddm) svcenable sddm;;
+    "sddm") svcenable sddm;;
   esac
 done