From 64b50dcec03a651f90fb25cff0b8abf7edf026a8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 11 Aug 2022 08:40:26 -0700 Subject: [PATCH] :memo: Added instructions on how to compile espanso --- espanso/compilation_instructions.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 espanso/compilation_instructions.txt diff --git a/espanso/compilation_instructions.txt b/espanso/compilation_instructions.txt new file mode 100644 index 00000000..83a6b56e --- /dev/null +++ b/espanso/compilation_instructions.txt @@ -0,0 +1,26 @@ +Install espanso (compiled due to annoying notifications and no systemd): + +cd $CLONE_DIR +git clone https://github.com/espanso/espanso + +Install wxwidgets + +doas pacman -S wxwidgets + +cd espanso + +To turn off notifications, simply cp from this directory the notifications.rs file to the ~/$CLONE_DIR/espanso/espanso/src/cli/worker/ui/ directory before compiling. + +cp notification.rs ~/$CLONE_DIR/espanso/espanso/src/cli/worker/ui/notification.rs + +cargo install --force cargo-make --version 0.34.0 +cargo make --profile release build-binary +doas mv target/release/espanso /usr/bin/espanso + +Copy xinitrc.txt which calls espanso at beginning + +cp ../xinitrc.txt ~/.xinitrc + +Copy your base.yml to your espanso/match config directory + +cp base.yml ~/.config/espanso/match/