blob: 206928cbf329fe6c3555c63c66794621498bb771 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* ---- 💫 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%;
}
|