From 31f1fc324f087d35af5b735d1a530b8d75be0bbc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 26 Sep 2016 12:57:38 -0700 Subject: [PATCH] [Arch] Add xsettingds and rcm --- tasks/arch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/arch.py b/tasks/arch.py index b57e14da..c8fd69df 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -23,7 +23,7 @@ PACKAGES = [ "udiskie", "strace", "emojione-color-font", "hub", "plantuml", "noto-fonts-cjk", "adapta-gtk-theme", "numix-icon-theme-git", "jq", "android-sdk-platform-tools", "android-sdk", "keepassx-http", "global", - "screencloud", "mopidy-spotify", + "screencloud", "mopidy-spotify", "rcm", "xsettingsd-git", ] @@ -33,7 +33,8 @@ SERVICES = [ USER_SERVICES = [ - "sparkleshare.service", "parcellite.service", + "sparkleshare.service", "screencloud.service", "copyq.service", + "keepassx.service", "udiskie.service", ]