diff options
| author | kkard2 <[email protected]> | 2023-07-10 20:10:09 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-10 20:10:09 +0200 |
| commit | a54d532256cbd04b95ab70cd766325b5267032d0 (patch) | |
| tree | 6326a609d57dccb6c1b735a23c17912f759f968e /espanso/match | |
| parent | 35c08b6a2cddffcd76929b1e645b365de19ff8bf (diff) | |
gifs don't work xdd
Diffstat (limited to 'espanso/match')
| -rw-r--r-- | espanso/match/.gitignore | 1 | ||||
| -rw-r--r-- | espanso/match/gif.yml | 15 |
2 files changed, 15 insertions, 1 deletions
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 |
