Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruby-Dragon committed Sep 5, 2024
1 parent b7c5069 commit 3add73a
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions ARGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Default color is `1-1-1-0.35` (dimmed white)

## Size and position

Note that message always appears in the top left corner of the overlay.

### Custom overlay width
```console
# Default width = 340px
Expand All @@ -78,24 +80,6 @@ Default color is `1-1-1-0.35` (dimmed white)
./activate-linux --scale 1.5
```

### Move overlay horizontally
```console
# 42 pixels left
./activate-linux -H 42
# 42 pixels right
./activate-linux -H -42
./activate-linux --overlay-offset-left -42
```

### Move overlay vertically
```console
# 42 pixels bottom
./activate-linux -V 42
# 42 pixels up
./activate-linux -V -42
./activate-linux --overlay-offset-top -42
```

## Other

### Skip compositor (only works for compliant compositors)
Expand Down

0 comments on commit 3add73a

Please # to comment.