20 lines
No EOL
410 B
Text
20 lines
No EOL
410 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* Main Config - For Keybinds generation */
|
|
|
|
@import "~/.config/rofi/master-config.rasi"
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 85%;
|
|
placeholder: " 🧮 Search Keybinds ☣️ NOTE ☣️: Clicking with Mouse or Pressing ENTER will have NO function";
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 2;
|
|
lines: 12;
|
|
}
|
|
|
|
window {
|
|
width: 95%;
|
|
} |