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

39 lines
511 B
Plaintext

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"
~~i3历险记~~, i3从入门到放弃, 转战bspwm
Shell 100%