22 lines
264 B
Text
22 lines
264 B
Text
@theme "~/.config/rofi/gruvbox-material.rasi"
|
|
|
|
configuration {
|
|
font: "Monospace 10";
|
|
|
|
drun {
|
|
display-name: "";
|
|
}
|
|
|
|
run {
|
|
display-name: "";
|
|
}
|
|
|
|
window {
|
|
display-name: "";
|
|
}
|
|
|
|
timeout {
|
|
delay: 10;
|
|
action: "kb-cancel";
|
|
}
|
|
}
|