@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix espanso bugs

+18 -5
+15 -1
configs/espanso/match/base.yml
··· 2 2 # Sensitive matches are in secrets.yml (encrypted with agenix) 3 3 # For a complete introduction, visit the official docs at: https://espanso.org/docs/ 4 4 5 + global_vars: 6 + - name: newline 7 + type: echo 8 + params: 9 + echo: "\n" 10 + - name: space 11 + type: echo 12 + params: 13 + echo: " " 14 + - name: sp 15 + type: echo 16 + params: 17 + echo: " " 18 + 5 19 matches: 6 20 # Symbols 7 21 - trigger: ":euro" 8 22 replace: "\u20ac" 9 23 10 24 - trigger: ":div" 11 - replace: <div>$|$</div> 25 + replace: <div>$|$</div>
+3 -4
configs/espanso/match/personal.yml
··· 38 38 /* 39 39 * 40 40 * © {{current_year}} {{fl_name}} <{{personal_email}}> 41 - * Licensed under the O'Saasy License Agreement (https://osaasy.dev/") 41 + * Licensed under the O'Saasy License Agreement (https://osaasy.dev) 42 42 * 43 - * $|$ 43 + *{{sp}}$|$ 44 44 * 45 - * 46 - */ 45 + */{{newline}}