You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feishin should read command-line switches from $HOME/.config/electron-flags.conf, or alternatively $HOME/.config/feishin-flags.conf.
Current Behavior
Command-line switches in the aforementioned configuration files are not used. strace -ff -e trace=open,openat,fstat shows no attempts to look for nor open them.
Expected Behavior
Feishin should read command-line switches from
$HOME/.config/electron-flags.conf
, or alternatively$HOME/.config/feishin-flags.conf
.Current Behavior
Command-line switches in the aforementioned configuration files are not used.
strace -ff -e trace=open,openat,fstat
shows no attempts to look for nor open them.Steps to Reproduce
$HOME/.config/electron-flags.conf
, include any of the switches listed here: https://www.electronjs.org/docs/latest/api/command-line-switchesPossible Solution
No response
Context
I'm trying to force Feishin to use Wayland and disable smooth scrolling, the same way I would with other Electron apps.
Application version
v0.12.3
Operating System and version
Arch Linux
Server and Version
Irrelevant
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered: