mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Fix typo in release notes.
This commit is contained in:
parent
5eafdc4b06
commit
5a64a1783b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ for i in {1..90}; do echo $i; done | rofi -dmenu -no-config -theme-str 'listview
|
||||||
```bash
|
```bash
|
||||||
for i in {1..90}; do echo $i; done | rofi -dmenu -no-config -theme-str 'listview { columns: 3; flow: horizontal; }'
|
for i in {1..90}; do echo $i; done | rofi -dmenu -no-config -theme-str 'listview { columns: 3; flow: horizontal; }'
|
||||||
```
|
```
|
||||||
![Horizontal](./vertical.png)
|
![Horizontal](./horizontal.png)
|
||||||
|
|
||||||
* You can set a custom fallback icon for each mode.
|
* You can set a custom fallback icon for each mode.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue