1
0

rofi config

This commit is contained in:
2023-02-13 09:11:44 +00:00
parent 1f5dbf0ba1
commit 6b01e9d5de
2 changed files with 14 additions and 0 deletions

12
etc/rofi.rasi Normal file
View File

@ -0,0 +1,12 @@
configuration {
font: "Ubuntu Mono 30";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
@theme "android_notification"