Skip to content

Commit

Permalink
fix(core): change backend in alacritty patch to fix #787
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-terzi committed Oct 22, 2021
1 parent b20aa9c commit e6599c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions espanso/src/patch/patches/linux/alacritty_terminal_x11.rs
Expand Up @@ -19,6 +19,8 @@

use std::sync::Arc;

use espanso_config::config::Backend;

use crate::patch::patches::{PatchedConfig, Patches};
use crate::patch::PatchDefinition;

Expand All @@ -33,6 +35,7 @@ pub fn patch() -> PatchDefinition {
name,
Patches {
paste_shortcut: Some(Some("CTRL+SHIFT+V".to_string())),
backend: Some(Backend::Clipboard),
..Default::default()
},
))
Expand Down

0 comments on commit e6599c1

Please sign in to comment.