|
12345678910111213141516171819202122 |
- 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: "▶";
- }
|