Skip to content

Commit

Permalink
docs: add server side decorations note to faq
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Apr 6, 2024
1 parent 3e69a71 commit 30b7d9a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Tiling window manager for the [river](https://github.com/riverwm/river) wayland
* [Wide Shuffling](#wide-shuffling)
- [FAQ](#faq)
* [Name Does Not Always Update](#name-does-not-always-update)
* [Borders Are Not Shown](#borders-are-not-shown)
- [ISSUES](#issues)
* [Problems](#problems)
* [Ideas](#ideas)
Expand Down Expand Up @@ -442,6 +443,20 @@ The layout name will not update when there are no views for the selected tags. T

This may be resolved with a river enhancement: [\#1004](https://github.com/riverwm/river/issues/1002)

### Borders Are Not Shown

Please ensure you have enabled server side decorations i.e. the borders:

``` sh
riverctl rule-add ssd
```

You can still use client side decorations for specific applications e.g.:

``` sh
riverctl rule-add -app-id audacity csd
```

## ISSUES

### Problems
Expand Down
14 changes: 14 additions & 0 deletions doc/templ/40.man.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,20 @@ The layout name will not update when there are no views for the selected tags. T

This may be resolved with a river enhancement: [#1004](https://github.com/riverwm/river/issues/1002)

### Borders Are Not Shown

Please ensure you have enabled server side decorations i.e. the borders:

``` sh
riverctl rule-add ssd
```

You can still use client side decorations for specific applications e.g.:

``` sh
riverctl rule-add -app-id audacity csd
```

## ISSUES

### Problems
Expand Down
17 changes: 17 additions & 0 deletions man/wideriver.1
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,23 @@ The layout name will not update when there are no views for the selected tags.
This can occurs when setting a tag with no views or changing the layout for a tag with no views.
.PP
This may be resolved with a river enhancement: #1004 (https://github.com/riverwm/river/issues/1002)
.SS Borders Are Not Shown
.PP
Please ensure you have enabled server side decorations i.e.\ the borders:
.IP
.nf
\f[C]
riverctl rule-add ssd
\f[R]
.fi
.PP
You can still use client side decorations for specific applications e.g.:
.IP
.nf
\f[C]
riverctl rule-add -app-id audacity csd
\f[R]
.fi
.SH ISSUES
.SS Problems
.PP
Expand Down

0 comments on commit 30b7d9a

Please sign in to comment.