Add rofi config; use rofi as app launcher in i3 on roxy
This commit is contained in:
parent
2ae15042e9
commit
0175c5a4ab
3 changed files with 25 additions and 4 deletions
19
.config/rofi/config.rasi
Normal file
19
.config/rofi/config.rasi
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue