-
Hey, I want to ask if functionallity is already there. Is it possible to set in the settings or run "diskernet" with args such a way to run by default "Vivaldi", "Brave" or "Edge" browsers? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @mikeon I'm sorry for my delay in replying you, I have been busy. It's not possible with args just yet, but I want to enable this soon. Thank you for saying it here, it's a really useful feature. I'm thinking something like:
or
Where path-to-browser is the actualy path to the browser binary and browser-command is what you would type at the shell prompt if you wanted to open a binary from the command line. For example for google chrome on linux, you can type google-chrome-stable from the shell prompt, and its path may be something like /usr/bin/google-chrome-stable |
Beta Was this translation helpful? Give feedback.
Hey @mikeon I'm sorry for my delay in replying you, I have been busy.
It's not possible with args just yet, but I want to enable this soon. Thank you for saying it here, it's a really useful feature.
I'm thinking something like:
./diskernet <path-to-brower>
or
/diskernet <browser-command>
Where path-to-browser is the actualy path to the browser binary and browser-command is what you would type at the shell prompt if you wanted to open a binary from the command line. For example for google chrome on linux, you can type google-chrome-stable from the shell prompt, and its path may be something like /usr/bin/google-chrome-stable