You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
685 B
22 lines
685 B
configuration { |
|
modi: "run,drun"; |
|
width: 55; |
|
lines: 25; |
|
columns: 2; |
|
font: "Iosevka SS04 12"; |
|
show-icons: true; |
|
terminal: "kitty -1"; |
|
ssh-client: "ssh"; |
|
ssh-command: "{terminal} {ssh-client} {host}"; |
|
run-command: "{cmd}"; |
|
run-shell-command: "{terminal} {cmd}"; |
|
drun-match-fields: "name,generic,exec,categories,comment,keywords"; |
|
drun-display-format: "{name} [({comment})]"; |
|
drun-use-desktop-cache: true; |
|
matching: "normal"; |
|
theme: "theme"; |
|
display-window: "▣"; |
|
display-run: "▲"; |
|
display-ssh: "◆"; |
|
display-drun: "▶"; |
|
}
|
|
|