-
-
Save aarondill/b809c4954f2d1147a2cfeebb83d20c20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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