feat: Adds more matches for emails to espanso, also restart espanso service when dev-env script is ran.

This commit is contained in:
2025-10-03 10:24:49 -04:00
parent 8bb6d35acd
commit 27767d3948
2 changed files with 6 additions and 3 deletions

View File

@@ -133,8 +133,8 @@ copy $DEV_ENV/dev-env $HOME/.local/scripts/dev-env
mkdir -p $XDG_DATA_HOME/applications/icons
copy_files $DEV_ENV/env/.local/share/applications $XDG_DATA_HOME/applications
copy_files $DEV_ENV/env/.local/share/applications/icons $XDG_DATA_HOME/applications/icons
# TODO: Copy icons
systemctl --user daemon-reload
hyprctl reload
espanso service restart
exec zsh -l

View File

@@ -4,8 +4,11 @@ matches:
# Email Addresses
- trigger: ":@hhe"
replace: "mhoush@houshhomeenergy.com"
- trigger: ":@service"
- trigger: ":@w"
replace: "mhoush@houshhomeenergy.com"
- trigger: ":@ser"
replace: "service@houshhomeenergy.com"
- trigger: ":@me"
replace: "michael@mhoush.com"
- trigger: ":@p"
replace: "michael@mhoush.com"