mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds more matches for emails to espanso, also restart espanso service when dev-env script is ran.
This commit is contained in:
2
dev-env
2
dev-env
@@ -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
|
||||
|
||||
7
env/.config/espanso/match/email.yml
vendored
7
env/.config/espanso/match/email.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user