summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
blob: 00fc48b177ae34a694a1dfb5bbdeda4ff6f9ad81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
configuration {
	modi: "run,window,ssh";
	width: 25;
	lines: 25;
	columns: 1;
	font: "Iosevka Etoile 14";
	bw: 5;
	location: 0;
	padding: 5;
	yoffset: 0;
	xoffset: 0;
	fixed-num-lines: true;
	terminal: "rofi-sensible-terminal";
	ssh-client: "ssh";
	ssh-command: "{terminal} -e {ssh-client} {host}";
	run-command: "{cmd}";
	parse-hosts: true;
	matching: "normal";
	separator-style: "none";
	scrollbar-width: 0;
	color-normal: "#002b37, #819396, #003643, #008ed4, #ffffff";
	color-urgent: "#002b37, #da4281, #003643, #008ed4, #890661";
	color-active: "#002b37, #008ed4, #003643, #008ed4, #66c6ff";
	color-window: "#002b37, #002b37, #003642";
	kb-mode-next: "Shift+Right,Control+Tab,Alt+l";
	kb-mode-previous: "Shift+Left,Control+Shift+Tab,Alt+h";
	kb-row-up: "Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Alt+k";
	kb-row-down: "Down,Control+n,Alt+j";
}