dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/rofi/config.rasi

29 lines
691 B
Plaintext

configuration {
modi: "run,drun,window";
combi-modi: "run,drun,window";
theme: "customenu";
terminal: "termite";
run-command: "{cmd}";
run-shell-command: "termite --hold -e {cmd}";
disable-history: true;
sort: true;
sorting-method: "fzf";
case-sensitive: false;
cycle: true;
auto-select: true;
tokenize: false;
fullscreen: false;
threads: 0;
scroll-method: 1;
click-to-exit: true;
show-match: true;
drun-show-actions: true;
drun-display-format: "{name}";
drun-match-fields: "name,exec";
combi-hide-mode-prefix: true;
window-match-fields: "title,name";
window-command: "xkill -id {window}";
window-format: "{w:8}{c:16}{t}";
pid: "/run/user/1000/rofi.pid";
}