26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
configuration {
|
|
show-icons: true;
|
|
display-drun: "";
|
|
display-run: "";
|
|
display-window: " ";
|
|
display-combi: " ";
|
|
kb-remove-char-back: "BackSpace";
|
|
kb-remove-to-eol: "Control+Shift+e";
|
|
kb-accept-entry: "Control+m,Return,KP_Enter";
|
|
kb-mode-next: "Shift+Right,Control+Tab,Control+l";
|
|
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
|
|
kb-mode-complete: "Control+p";
|
|
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
|
|
kb-row-down: "Down,Control+j";
|
|
timeout {
|
|
action: "kb-cancel";
|
|
delay: 0;
|
|
}
|
|
filebrowser {
|
|
directories-first: true;
|
|
sorting-method: "name";
|
|
}
|
|
}
|
|
|
|
@theme "./styles/main.rasi"
|