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

36 lines
803 B
Plaintext
Raw Normal View History

configuration {
modi: "run,drun,window";
2018-02-09 20:05:20 +00:00
theme: "sbarr";
combi-modi: "run,drun,window";
bw: 0;
show-icons: true;
terminal: "termite";
ssh-client: "ssh";
ssh-command: "termite -t 'Connecting to {host}' -e '{ssh-client} {host}'";
run-command: "{cmd}";
run-shell-command: "termite --hold -e {cmd}";
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;
matching: "fuzzy";
tokenize: true;
fullscreen: false;
dpi: -1;
threads: 0;
scroll-method: 1;
click-to-exit: true;
2018-02-09 20:05:20 +00:00
show-match: true;
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";
}