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
There are two ways to accomplish this, depending on how you are running tofi.
If you are using tofi in drun mode, it looks up desktop files to create the applications list. Since it uses these desktop files, you only need to modify Chrome/Chromium's .desktop file to run with your desired parameters.
Go to /usr/share/applications, locate Chrome/Chromium's .desktop file, and open it with your preferred text editor. Find the [Desktop Entry] section (this is pretty important) and under it find the line that starts with Exec=. Here you can add any parameters you want.
For example, here's my VSCodium .desktop file's Exec line:
on wayland I have to add the option every time
chromium --ozone-platform=wayland
so I need the whole command line to appear on tofi list
The text was updated successfully, but these errors were encountered: