blob: 964b37d11e19d2ba9a0bcc6c9df66e2194ee4b08 (
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 💫 ---- */
/* Keybinds Config - For Keybinds generation */
@import "~/.config/rofi/master-config.rasi"
/* ---- Entry ---- */
entry {
width: 80%;
placeholder: " 🧮 Search Keybinds ☣️ NOTE ☣️: Clicking with Mouse or Pressing ENTER will have NO function";
}
/* ---- Listview ---- */
listview {
columns: 2;
lines: 12;
}
window {
width: 90%;
}
|