mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Add screenshare FAQ entry.
This commit is contained in:
parent
0aaf2d070b
commit
3b109f201c
1 changed files with 11 additions and 0 deletions
11
FAQ.md
11
FAQ.md
|
|
@ -26,6 +26,17 @@ Set the following environment variables
|
|||
|
||||
to activate wayland support for firefox.
|
||||
|
||||
## How di I get firefox to screenshare properly?
|
||||
|
||||
Execute the following commands with the appropriate env vars:
|
||||
|
||||
```
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTIP=sway
|
||||
/usr/lib/xdg-desktop-portal -r
|
||||
/usr/lib/xdg-desktop-portal-wlr
|
||||
```
|
||||
|
||||
## How do I map characters which are not on the Keyboard?
|
||||
|
||||
Suppose you want to use a command like `bind` for a character
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue