Commit 1fd174c
authored
docs: add workaround setting for Firefox (#163)
I mainly use Firefox Developer Edition so I created init file according
to example and workarounds.
```sh
#!/bin/sh
# Some settings...
# Workarounds
yashiki rule-add --app-id "org.mozilla.firefoxdeveloperedition" --subrole AXUnknown ignore
```
But flickering still works. As a result I found some popup windows added
with ax_id=None,
subrole=None, level=0. I used Firefox in recording but developer edition
and nightly also has same issue.
https://github.com/user-attachments/assets/c72b6944-802f-44ae-875c-18f0a6e38dbd
So I added workaround setting to docs.
In addition input source makes display flickering only Firefox Developer
Edition but I can't reproduce in my environment so I will just share it
in this description.
```sh
#!/bin/sh
# Ignore change input source (Firefox Developer Edition only)
yashiki rule-add --app-id "org.mozilla.firefoxdeveloperedition" --subrole AXDialog --window-level floating ignore
```
https://github.com/user-attachments/assets/1455ff67-0d9a-4f6b-befa-5814832ebef4
I'm sorry I'm not good at English so I sometimes make writing mistakes.
And thanks for developing great project!!1 parent e49f944 commit 1fd174c
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| 554 | + | |
554 | 555 | | |
555 | 556 | | |
556 | 557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments