From ed57b8b7fcc84d110ef4f95adf65de4485cd8c32 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 28 Nov 2021 10:59:49 +0100 Subject: [PATCH] added greenclip service --- .config/fontconfig/fonts.conf##hostname.pc | 15 +++++++++++++++ .config/systemd/user/greenclip.service | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .config/systemd/user/greenclip.service diff --git a/.config/fontconfig/fonts.conf##hostname.pc b/.config/fontconfig/fonts.conf##hostname.pc index 86396b3..b65bc66 100644 --- a/.config/fontconfig/fonts.conf##hostname.pc +++ b/.config/fontconfig/fonts.conf##hostname.pc @@ -87,6 +87,14 @@ + + + emoji + Noto Color Emoji + Noto Emoji + + + sans-serif @@ -118,6 +126,13 @@ Noto Emoji + + emoji + + Noto Color Emoji + Noto Emoji + + diff --git a/.config/systemd/user/greenclip.service b/.config/systemd/user/greenclip.service new file mode 100644 index 0000000..ab16bd0 --- /dev/null +++ b/.config/systemd/user/greenclip.service @@ -0,0 +1,10 @@ +# Dependencies: "rofi-greenclip" + +[Unit] +Description=Greenclip daemon + +[Service] +ExecStart=/usr/bin/greenclip daemon + +[Install] +WantedBy=default.target