Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ See [ToggleMaximize] action.

### Q: Is it possible to launch wofi with only the Super key?

No. I'm afraid that is not yet implemented.
```
<keybind key="Super_L" onRelease="true">
<action name="Execute" command="wofi"/>
</keybind>
```

### Q: Is it possible to show gaps for maximized windows?

Expand Down Expand Up @@ -140,7 +144,13 @@ window.inactive.button.menu.unpressed.image.color: #000000 0

### Q: How to scroll with the right edge of the trackpad?

Not yet implemented.
```
<libinput>
<device>
<scrollMethod>edge</scrollMethod>
</device>
</libinput>
```

## 3.2 Mousebinds {#mousebinds}

Expand Down
5 changes: 5 additions & 0 deletions src/manual.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Documentation

These man pages are automatically synchronized with the labwc repository and
therefore reflect the very latest development changes (current `master`
branch). If consistency with your installed version is important, please refer
to the locally installed man pages to avoid confusion.

## Man Pages

[labwc(1)](labwc.1.html)
Expand Down