How to install Espanso on Debian 13 trixie
-
How to install Espanso on Debian 13 trixie
Espanso is a cross-platform text expander written in Rust. It “detects when you type a keyword and replaces it while you’re typing“.
Follow these instructions to install Espanso 2.3.0 for Wayland on your Debian system.
Step 1
Download Espanso v2.3.0.
$ wget -P ~/Downloads/ --show-progress https://github.com/espanso/espanso/releases/download/v2.3.0/espanso-debian-wayland-amd64.debStep 2
Install the required dependencies from the Debian repository.
$ sudo apt-get install --yes libwxgtk3.2-1t64 wl-clipboardStep 3
Install
espansofrom the package you downloaded in Step 1.$ sudo dpkg -i ~/Downloads/espanso-debian-wayland-amd64.debStep 4
Give
espansothe permissions required for its operation.$ sudo setcap "cap_dac_override+p" $(which espanso)Check to see if the
espansobinary was installed successfuly.$ espanso --versionStep 5
Register
espansoas asystemdservice.$ espanso service registerLaunch
espanso.$ espanso start && espanso statusStep 6
GNOME desktop only: remove the conflicting default shortcut for activating the window menu.
Settings > Keyboard > Keyboard Shortcuts > View and Customize Shortcuts > Windows > Activate the window menu > [Backspace]
Use [Alt + Space] to open Espanso’s Search bar.
All Done!
Experimental support for Wayland
Espanso has some known limitations under Wayland. Most notably, “there is currently no support for App-specific configurations”.
#Yearofthelinuxdesktop #debian #espanso #linux #linuxmint #macos #ubuntu #windows
-
How to install Espanso on Debian 13 trixie
Espanso is a cross-platform text expander written in Rust. It “detects when you type a keyword and replaces it while you’re typing“.
Follow these instructions to install Espanso 2.3.0 for Wayland on your Debian system.
Step 1
Download Espanso v2.3.0.
$ wget -P ~/Downloads/ --show-progress https://github.com/espanso/espanso/releases/download/v2.3.0/espanso-debian-wayland-amd64.debStep 2
Install the required dependencies from the Debian repository.
$ sudo apt-get install --yes libwxgtk3.2-1t64 wl-clipboardStep 3
Install
espansofrom the package you downloaded in Step 1.$ sudo dpkg -i ~/Downloads/espanso-debian-wayland-amd64.debStep 4
Give
espansothe permissions required for its operation.$ sudo setcap "cap_dac_override+p" $(which espanso)Check to see if the
espansobinary was installed successfuly.$ espanso --versionStep 5
Register
espansoas asystemdservice.$ espanso service registerLaunch
espanso.$ espanso start && espanso statusStep 6
GNOME desktop only: remove the conflicting default shortcut for activating the window menu.
Settings > Keyboard > Keyboard Shortcuts > View and Customize Shortcuts > Windows > Activate the window menu > [Backspace]
Use [Alt + Space] to open Espanso’s Search bar.
All Done!
Experimental support for Wayland
Espanso has some known limitations under Wayland. Most notably, “there is currently no support for App-specific configurations”.
#Yearofthelinuxdesktop #debian #espanso #linux #linuxmint #macos #ubuntu #windows
@activitypub How did you get the code blocks and headlines to be highlighted on mastodon? Is this html? I've read markdown highlighting is not formatted on mastodon.
-
@activitypub How did you get the code blocks and headlines to be highlighted on mastodon? Is this html? I've read markdown highlighting is not formatted on mastodon.
@fallbackerik That what I thought as well.
I use @activitypub.blog for WordPress.
Maybe @pfefferle or any of the other developers
can shed some lighton how the specific formatting comes about?#activitypub #fediverse #wordpress #mastodon
-
@fallbackerik That what I thought as well.
I use @activitypub.blog for WordPress.
Maybe @pfefferle or any of the other developers
can shed some lighton how the specific formatting comes about?#activitypub #fediverse #wordpress #mastodon
@activitypub @activitypub.blog @pfefferle Your `response` gets **formatted** as well. So im checking if the policy regarding _markdown_ has been changed. Would be great.
-
@activitypub @activitypub.blog @pfefferle Your `response` gets **formatted** as well. So im checking if the policy regarding _markdown_ has been changed. Would be great.
@fallbackerik @activitypub @activitypub.blog with WordPress we are not limited to the HTML/Markdown support of Mastodon. So we simply share as much as possible of the supported Markup when federating posts.
https://docs.joinmastodon.org/spec/activitypub/#sanitization