From 93a0f9f62bc67859376f12356a25bef575435e99 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 22 Sep 2019 14:00:12 +0200 Subject: [PATCH] Add auto-type extension for ulauncher Signed-off-by: Knut Ahlers --- .cache/ulauncher_cache/extensions/com.github.Luzifer.autotype | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .cache/ulauncher_cache/extensions/com.github.Luzifer.autotype diff --git a/.cache/ulauncher_cache/extensions/com.github.Luzifer.autotype b/.cache/ulauncher_cache/extensions/com.github.Luzifer.autotype new file mode 160000 index 0000000..22bd380 --- /dev/null +++ b/.cache/ulauncher_cache/extensions/com.github.Luzifer.autotype @@ -0,0 +1 @@ +Subproject commit 22bd3805672a715538cafa19ce2e9f0cb6df506b diff --git a/.gitmodules b/.gitmodules index c0a6fda..c138a2c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".config/nvim"] path = .config/nvim url = git@github.com:Luzifer/vim.git +[submodule ".cache/ulauncher_cache/extensions/com.github.Luzifer.autotype"] + path = .cache/ulauncher_cache/extensions/com.github.Luzifer.autotype + url = https://github.com/Luzifer/ulauncher-autotype.git