From 132f25c7a04f1ed626fabc8e79f3712c7b3d9d34 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 1 Dec 2018 23:15:30 -0500 Subject: added XCompose configuration to home repository --- .XCompose | 1 + .config/compose_key | 1 + .gitmodules | 3 +++ 3 files changed, 5 insertions(+) create mode 120000 .XCompose create mode 160000 .config/compose_key diff --git a/.XCompose b/.XCompose new file mode 120000 index 0000000..6180658 --- /dev/null +++ b/.XCompose @@ -0,0 +1 @@ +.config/compose_key/XCompose \ No newline at end of file diff --git a/.config/compose_key b/.config/compose_key new file mode 160000 index 0000000..1ba6140 --- /dev/null +++ b/.config/compose_key @@ -0,0 +1 @@ +Subproject commit 1ba6140d012b281de6d575f47acd7c707f096b62 diff --git a/.gitmodules b/.gitmodules index e7a61e9..68f7774 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule ".config/termite"] path = .config/termite url = git:termite-config.git +[submodule ".config/compose_key"] + path = .config/compose_key + url = git:compose_key.git -- cgit v1.2.3-54-g00ecf