configuration {
	modi: "drun,run";
	font: "sans-serif 8";
	matching: "fuzzy";
	separator-style: "none";
	hide-scrollbar: true;

	drun-match-fields: "name,generic,categories,keywords";
	drun-display-format: "{name}";

	filebrowser {
		directory: "{{ env.HOME }}/docs";
	}

	kb-remove-to-eol: "Control+Shift+e";
	kb-accept-entry: "Control+m,Return,KP_Enter";
	kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
	kb-row-down: "Down,Control+j";
}

window {
	padding: 2px;
	background-color: ${bg};
	text-color: ${fg};
	width: 350px;
	border-radius: 10px;
}

* {
	spacing: 0;
	line-padding: 0;
	line-margin: 0;
	background-color: inherit;
	text-color: inherit;
}

message {
	margin: 8px;
}

inputbar {
	children: [entry];
}

entry {
	padding: 10px 10px 8px 10px;
	cursor-width: 1px;
}

listview {
	cycle: false;
	scrollbar: false;
	lines: 6;
	fixed-height: false;
	padding: 2px 0px;
}

element {
	margin: -2px 0px;
	padding: 6px 10px 3px 10px;
	background-color: transparent;
	text-color: ${fg};
}

element selected {
	border-radius: 8px;
	background-color: ${accent};
	text-color: ${accent_text};
}