dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit fe5946403e81c2a6ee86f3196a60a4e72da871a4
parent bca3d28b08d685807645965e578f4a85e8385b6c
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 20 Jan 2019 11:26:42 -0500

Revert to starting greenclip daemon manually.

Diffstat:
M.config/sway/config | 1+
D.config/systemd/user/greenclip.service | 11-----------
2 files changed, 1 insertion(+), 11 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -272,6 +272,7 @@ bar {
 include /etc/sway/config.d/*
 
 ### Startup Applications
+exec --no-startup-id greenclip daemon
 exec --no-startup-id mako
 exec --no-startup-id dropbox
 exec --no-startup-id fcitx -d 
\ No newline at end of file
diff --git a/.config/systemd/user/greenclip.service b/.config/systemd/user/greenclip.service
@@ -1,10 +0,0 @@
-[Unit]
-Description=Start greenclip daemon
-After=display-manager.service
-
-[Service]
-ExecStart=/usr/bin/greenclip daemon
-Restart=always
-
-[Install]
-WantedBy=default.target-
\ No newline at end of file