✨ Installed espanso by hand
This commit is contained in:
parent
f2d474ef77
commit
d1bd08af3f
2 changed files with 22 additions and 0 deletions
21
updates.txt
21
updates.txt
|
|
@ -54,3 +54,24 @@ Install sockstat:
|
|||
paru sockstat
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ picom --config /home/brian/.config/picom/picom.conf & # --experimental-backends
|
|||
dunst &
|
||||
xbanish &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
espanso start &
|
||||
# pulseaudio --start &
|
||||
|
||||
# enables AppArmor's aa-notify by default (supposed to be a runit script...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue