dotfiles

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

git clone git://git.shimmy1996.com/dotfiles.git
commit 3c53f0ea770fecbbc13ec6ee0f1e8e07b78c688e
parent bcafb70d03b1c376ea0f6268c32a083d87212468
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 19 Jan 2019 19:17:22 -0500

Add greenclip configuration.

Diffstat:
A.config/greenclip.cfg | 10++++++++++
M.gitignore | 6+++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/.config/greenclip.cfg b/.config/greenclip.cfg
@@ -0,0 +1,9 @@
+Config {
+ maxHistoryLength = 15,
+ historyPath = "~/.cache/greenclip.history",
+ staticHistoryPath = "~/.cache/greenclip.staticHistory",
+ imageCachePath = "/tmp/",
+ usePrimarySelectionAsInput = False,
+ blacklistedApps = [],
+ trimSpaceFromSelection = True
+}+
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
@@ -10,6 +10,7 @@
 !.config/alacritty/*
 !.config/git
 !.config/git/*
+!.config/greenclip.cfg
 !.config/gtk-3.0
 !.config/gtk-3.0/*
 !.config/i3blocks
@@ -23,12 +24,11 @@
 !.config/sway
 !.config/sway/*
 !.config/systemd
+!.config/systemd/
 !.config/systemd/user
-!.config/systemd/user/greenclip.service
 !.config/systemd/user/emacs.service.d
 !.config/systemd/user/emacs.service.d/override.conf
-!.config/systemd/
-!.config/sway/*
+!.config/systemd/user/greenclip.service
 
 # Scripts and more.
 !.local