init
This commit is contained in:
commit
c1d852f825
1 changed files with 19 additions and 0 deletions
19
config.rasi
Normal file
19
config.rasi
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
configuration {
|
||||||
|
modes: [ combi ];
|
||||||
|
combi-modes: [ window, drun, run, ssh ];
|
||||||
|
drun-display-format: "{name}";
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "~/.cache/wal/colors-rofi-dark"
|
||||||
|
|
||||||
|
|
||||||
|
element {
|
||||||
|
orientation: horizontal;
|
||||||
|
children: [ element-text, element-icon ];
|
||||||
|
spacing: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
listview {
|
||||||
|
lines: 10;
|
||||||
|
columns: 1;
|
||||||
|
}
|
Loading…
Reference in a new issue