Skip to content

Commit

Permalink
Put optional argument examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddhiLW committed Jan 20, 2022
1 parent b5c07de commit 14a9c06
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@ Restoring last wallpaper
```bash
lazywal-cli -r
```

### Use option as in the examples:

**Ex1: External monitor in the right of main monitor**
from `xrandr`,
```bash
HDMI-1-0 connected 2560x1080+1920+0 (normal left inverted right x axis y axis) 673mm x 284mm
```

So, we use,
```bash
lazywal-cli -D 2560x1080+1920 animation.gif
```

**Ex2: Render in the primary display**
From `xrandr`,
```bash
eDP-1 connected primary 1920x1080+0+0
```

So, we use,
```sh
lazywal-cli -D 1920x1080 animation.gif
```

**DEFAULT: To render in both screens the same gif image (not mirrored)**
```sh
lazywal-cli animation.gif
```

## Tested DEs, WMs

#### Works:
Expand Down

0 comments on commit 14a9c06

Please sign in to comment.