gdritter repos dmesktop / 537aa2e
Fix silly search/replace problem Getty Ritter 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
2323 where I: Iterator<Item=&'a String>
2424 {
2525 let mut rofi = Command::new("rofi")
26 .args(&["-rofi", "-i", "-l", "10"])
26 .args(&["-dmenu", "-i", "-l", "10"])
2727 .stdin(Stdio::piped())
2828 .stdout(Stdio::piped())
2929 .spawn()?;