mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
/* Rofi config file */
|
|
configuration {
|
|
lines: 12;
|
|
font: "hack 10";
|
|
show-icons: true;
|
|
theme: "~/.config/rofi/themes/onedark";
|
|
display-window: "Window";
|
|
display-drun: "Search";
|
|
}
|