Installed espanso by hand

This commit is contained in:
z3rOR0ne 2022-08-09 19:16:51 -07:00
parent f2d474ef77
commit d1bd08af3f
2 changed files with 22 additions and 0 deletions

View file

@ -54,3 +54,24 @@ Install sockstat:
paru sockstat paru sockstat
Install Firefox Translations on Librewolf (note Download File is now how you install) Install Firefox Translations on Librewolf (note Download File is now how you install)
Install espanso
cd aur_packages
git clone https://github.com/federico-terzi/espanso
Install wxwidgets
doas pacman -S wxwidgets
cd espanso
cargo install --force cargo-make --version 0.34.0
cargo make --profile release build-binary
doas mv target/release/espanso /usr/local/bin/espanso
Copy xinitrc.txt which calls espanso at beginning
cp ~/Documents/notes/xinitrc.txt ~/.xinitrc
After restarting X session, you should be able to see some of espanso's effects on typing, just type something like ":date" and you'll see the effect.

View file

@ -50,6 +50,7 @@ picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends
dunst & dunst &
xbanish & xbanish &
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &
espanso start &
# pulseaudio --start & # pulseaudio --start &
# enables AppArmor's aa-notify by default (supposed to be a runit script...) # enables AppArmor's aa-notify by default (supposed to be a runit script...)