Skip to content
Merged
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
13 changes: 13 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
9. [Applications](#applications)
1. [gparted](#gparted)
2. [GTK4](#gtk4)
10. [Virtualization](#virtualization)

# 1. Keybinds {#keybinds}

Expand Down Expand Up @@ -360,3 +361,15 @@ This is due to a change in GTK4 which now requires input methods for compose.
Either install a input method like ibus or fcitx5 or force GTK4 to use its
built-in compose method by adding `GTK_IM_MODULE=simple` to
`~/.config/labwc/environment`.

# 10. [Virtualization]{#virtualization}

When running under Virtual Box and similar, it may be necessary to add the
lines below to `~/.config/labwc/environment` to show the cursor and for some
applications to run depending on GPU support.

```
WLR_NO_HARDWARE_CURSORS=1
WLR_RENDERER=pixman
```