wm-logs/home/config/rofi/launcher.rasi

39 lines
511 B
Plaintext
Raw Normal View History

2023-07-05 19:21:50 +08:00
configuration {
modi: "window,combi,ssh,drun,run";
font: "Menlo 12";
lines: 10;
columns: 2;
dpi: 192;
drun-icon-theme: "Reversal-green-dark";
drun {
display-name: "";
}
run {
display-name: "";
}
window {
display-name: "";
}
windowcd {
display-name: "";
}
ssh {
display-name: "⚝";
}
drun-display-format: "{name}";
window-format: "{c} - {t}";
timeout {
delay: 10;
action: "kb-cancel";
}
}
@theme "./custom.rasi"