Add rofi config; use rofi as app launcher in i3 on roxy

This commit is contained in:
Lexi / Zoe 2021-12-16 00:53:40 +01:00
parent 2ae15042e9
commit 0175c5a4ab
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 25 additions and 4 deletions

19
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,19 @@
configuration {
// Set default modi
modi: "window,run,drun";
// Autodetect DPI
dpi: 0;
// Continuous scrolling (line-by-line instead of page-wise)
scroll-method: 1;
// When running shell commands in a terminal, pause before exiting
run-shell-command: "{terminal} -e 'bash -ic \"{cmd} && read\"'";
// Keybindings: Autocomplete with Tab
kb-row-select: "Control+space,Tab";
kb-row-tab: "";
}
@theme "/usr/share/rofi/themes/Monokai.rasi"