Skip to content

Instantly share code, notes, and snippets.

@aarondill
Created October 31, 2023 04:48
Show Gist options
  • Save aarondill/b809c4954f2d1147a2cfeebb83d20c20 to your computer and use it in GitHub Desktop.
Save aarondill/b809c4954f2d1147a2cfeebb83d20c20 to your computer and use it in GitHub Desktop.
configuration {
display-drun: "activate";
display-run: "execute";
modi: [drun, window, ssh];
show-icons: true;
sidebar-mode: true;
matching: "regex";
drun-match-fields: [all];
drun-display-format: "{name} [<span weight='light' size='small'><i>({comment})</i></span>] [<span weight='light' size='small'>\{{exec}\}</span>]";
drun-show-actions: true;
window-match-fields: [all];
window-format: "{w}: {c} ({r}) - {t}";
run-command: "{cmd}";
}
// vim:ft=css:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment