mirror of https://github.com/E-Almqvist/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
212 B
15 lines
212 B
5 years ago
|
configuration {
|
||
|
modi: "drun";
|
||
|
width: 30;
|
||
|
lines: 1;
|
||
|
columns: 1;
|
||
|
padding: 0;
|
||
|
show-icons: false;
|
||
|
terminal: "alacritty";
|
||
|
eh: 1;
|
||
|
hide-scrollbar: true;
|
||
|
fullscreen: false;
|
||
|
dpi: 110;
|
||
|
theme: "base16-dmenu";
|
||
|
}
|