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

48 lines
1.1 KiB
Plaintext

configuration {
modi: "run,drun,window";
combi-modi: "run,drun,window";
bw: 0;
yoffset: 0;
xoffset: 0;
show-icons: true;
terminal: "termite";
ssh-client: "ssh";
ssh-command: "termite -t 'Connecting to {host}' -e '{ssh-client} {host}'";
run-command: "{cmd}";
run-list-command: "";
run-shell-command: "termite --hold -e {cmd}";
window-command: "xkill -id {window}";
drun-icon-theme: "papirus";
disable-history: true;
sort: true;
levenshtein-sort: false;
case-sensitive: false;
cycle: true;
sidebar-mode: true;
eh: 1;
auto-select: true;
parse-hosts: false;
parse-known-hosts: true;
matching: "fuzzy";
tokenize: true;
m: "-5";
line-margin: 2;
line-padding: 1;
separator-style: "none";
hide-scrollbar: true;
fullscreen: false;
fake-transparency: false;
dpi: -1;
threads: 0;
scroll-method: 1;
window-format: "{w} {i}{c} {t}";
click-to-exit: true;
show-match: false;
drun-match-fields: "name,exec";
combi-hide-mode-prefix: true;
pid: "/run/user/1000/rofi.pid";
display-window: "Window";
display-run: "Execute";
display-drun: "Activate";
}