Handy dot files with sensible bindings and settings
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
320 B

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 50%;
}
/* ---- Entry ---- */
entry {
placeholder: "🔎 Search ";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 8;
scrollbar: true;
}