From f8d9727953637e992e220c91f0bba3ae78d9a567 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 10 Jul 2023 20:10:09 +0200 Subject: gifs don't work xdd --- espanso/match/.gitignore | 1 - espanso/match/gif.yml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 espanso/match/gif.yml (limited to 'espanso/match') diff --git a/espanso/match/.gitignore b/espanso/match/.gitignore index 42cb622..845e553 100644 --- a/espanso/match/.gitignore +++ b/espanso/match/.gitignore @@ -1,2 +1 @@ img.yml -gif.yml diff --git a/espanso/match/gif.yml b/espanso/match/gif.yml new file mode 100644 index 0000000..21fb932 --- /dev/null +++ b/espanso/match/gif.yml @@ -0,0 +1,15 @@ +matches: + - trigger: ;;gblack + image_path: $CONFIG/assets/gif/black.gif + - trigger: ;;gfirewrite + image_path: $CONFIG/assets/gif/firewrite.gif + - trigger: ;;ghilarious + image_path: $CONFIG/assets/gif/hilarious.gif + - trigger: ;;gofc + image_path: $CONFIG/assets/gif/ofc.gif + - trigger: ;;gpipe + image_path: $CONFIG/assets/gif/pipe.gif + - trigger: ;;gwhar + image_path: $CONFIG/assets/gif/whar.gif + - trigger: ;;gwhite + image_path: $CONFIG/assets/gif/white.gif -- cgit v1.3.1