blob: c55c0d6fa5134b6a363dd6a3c6289966e6467967 (
plain)
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
|
@theme "slate.rasi"
configuration {
modes: "window,drun,run,ssh";
font: "monospace 18";
show-icons: true;
terminal: "alacritty";
ssh-client: "ssh";
disable-history: true;
sort: true;
sorting-method: "normal";
case-sensitive: false;
case-smart: false;
cycle: true;
sidebar-mode: false;
hover-select: true;
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
|