initial commit
This commit is contained in:
25
home/programs/rofi/config.rasi
Normal file
25
home/programs/rofi/config.rasi
Normal file
@@ -0,0 +1,25 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user