Skip to content

Commit

Permalink
fix(home::espanso): set search shortcut for non-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Sep 24, 2024
1 parent 0cd992a commit 7496480
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions home/profiles/espanso/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ in
default = {
search_trigger = ";;snip";

# Valid hotkey values listed here:
# <https://espanso.org/docs/configuration/options/#customizing-the-search-shortcut>
# <https://github.com/federico-terzi/espanso/blob/283b85818b6cc27f1d545337b99effa847b380eb/espanso-detect/src/hotkey/keys.rs#L221-L302>
# FIXME: this is mac only -- fix for pc layout
# search_shortcut = "ALT+CMD+SPACE";
# TODO: verify
search_shortcut = if isDarwin then "CMD+ALT+SPACE" else "META+ALT+SPACE";
};
};
matches = haumea.lib.load {
Expand Down

0 comments on commit 7496480

Please sign in to comment.